Skip to content
Snippets Groups Projects
Commit 724a909e authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

.

parent b2c04096
No related branches found
No related tags found
No related merge requests found
......@@ -331,11 +331,11 @@ for itrials in range(100):
height=20,
rail_generator=realistic_rail_generator(num_cities=10,
city_size=10,
allowed_rotation_angles=[90],
allowed_rotation_angles=[-90],
max_number_of_station_tracks=4,
nbr_of_switches_per_station_track=2,
max_number_of_connecting_tracks=10,
do_random_connect_stations=True,
do_random_connect_stations=False,
# Number of cities in map
seed=int(time.time()) # Random seed
),
......
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