Questions about cell details and targeted size of the world

Hi Marc-Oliver

Thanks for the great questions. Here are some short answers:

  1. 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
  2. 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.
  3. A cell capacity is equal to one. This means there can never be more than one train at a given cell!
  4. For scoring the submissions there will be a max_size and a max_nr_agents. Current estimates will be a max_size = 100x100 with max_nr_agent=100. This can however still change as we are running tests now.

Hope this infromation helps.

Best regards,
Erik

1 Like