Currently, there are only three maps in which RL agent will learn driving. If I want to add more scenarios ( e.g. a straight road with a static obstacle in the middle of the road), how could I do that?
I found that when I run 'get_tile_coordinates.py' script, if I set the map_names as my new map, it will has this error:
Traceback (most recent call last):
File "get_tile_coordinates.py", line 79, in
tile_coord = env._get_tile(i, j)['coords']
TypeError: 'NoneType' object is not subscriptable
Currently, there are only three maps in which RL agent will learn driving. If I want to add more scenarios ( e.g. a straight road with a static obstacle in the middle of the road), how could I do that?
I found that when I run 'get_tile_coordinates.py' script, if I set the map_names as my new map, it will has this error:
Traceback (most recent call last):
File "get_tile_coordinates.py", line 79, in
tile_coord = env._get_tile(i, j)['coords']
TypeError: 'NoneType' object is not subscriptable