You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I notice that in duckietown_rl\gym_duckietown\simulator.py, line 2170, there's a function get_tiles(env_name).
It says these values are taken from 'tile_coordinates.py' and lists coordinates for the specific 4 maps.
So it raised an error when I tried to apply it on other maps without the tile coordinates.
Could you please clarify where 'tile_coordinates.py' is and what are these tile coordinates used for?
How can I transfer these codes into other maps if I don't know their tile coordinates?
The text was updated successfully, but these errors were encountered:
Duckietown-AI-Driving-Olympics/duckietown_rl/gym_duckietown/simulator.py
Line 2170 in b05a695
Hi, I notice that in duckietown_rl\gym_duckietown\simulator.py, line 2170, there's a function get_tiles(env_name).
It says these values are taken from 'tile_coordinates.py' and lists coordinates for the specific 4 maps.
So it raised an error when I tried to apply it on other maps without the tile coordinates.
The text was updated successfully, but these errors were encountered: