Skip to content

How to add new maps for RL agent to learn? #9

Description

@SHITIANYU-hue

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions