Skip to content
Snippets Groups Projects
Commit 11ad17db authored by u214892's avatar u214892
Browse files

bugfix #141: check_path_exists and tests

parent 9a2bbadf
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ def custom_schedule_generator() -> ScheduleGenerator:
env = RailEnv(width=6,
height=4,
rail_generator=custom_rail_generator(),
schedule_generator=custom_schedule_generator(),
number_of_agents=1)
env.reset()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment