Hi Marc-Oliver
Thanks for the great questions. Here are some short answers:
- In this challenge all trains have the same departure time. All agents depart when the first
env.step()is executed. This will only change in future challenges and versions of flatland - Stations can be in any cell. They are often chosen in dead-end cells for feasibility. If an agent enters its station it cannot move anymore. Thus station in the middle of lines will block the line once the agent reaches the station.
- A cell capacity is equal to one. This means there can never be more than one train at a given cell!
- For scoring the submissions there will be a
max_sizeand amax_nr_agents. Current estimates will be amax_size = 100x100withmax_nr_agent=100. This can however still change as we are running tests now.
Hope this infromation helps.
Best regards,
Erik