If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
The goal in generate_target_goal is selected from maze.unique_goal_locations which is in i,j coordinates and is never converted to x,y so the goal will be in the wrong coordinate system for comparison.
Actually further reading it just looks like the comments indicating that unique_goal_location are in (i,j) are incorrect and the comment should simply read (x,y) instead.
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug The goal in generate_target_goal is selected from maze.unique_goal_locations which is in i,j coordinates and is never converted to x,y so the goal will be in the wrong coordinate system for comparison.
Code example It's in the source code:
called in reset as
and add_xy_position_noise(goal) does not convert to x,y
System Info This is reading the source code in this repository.
Checklist