Skip to content
Snippets Groups Projects
Commit 61e22e63 authored by spmohanty's avatar spmohanty
Browse files

Align code

parent 051c291b
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,9 @@ generated rail networks).
# Example generate a random rail
env = RailEnv(width=10,
height=10,
rail_generator=random_rail_generator(cell_type_relative_proportion=transition_probability),
rail_generator=random_rail_generator(
cell_type_relative_proportion=transition_probability
),
number_of_agents=3,
obs_builder_object=TreeObsForRailEnv(max_depth=2))
......
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