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

bug fix

parent f0487991
No related branches found
No related tags found
No related merge requests found
......@@ -923,7 +923,7 @@ def realistic_rail_generator(nr_start_goal=1, seed=0, add_max_dead_end=4, goals_
agents_targets.pop(t)
agents_target.append((tp[0], tp[1]))
if len(agents_position) == 0:
if len(agents_positions) == 0:
print("no more position left")
break
......
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