🚉 Questions about the Flatland Environment

That’s correct, yes!

The bad thing you really want to avoid is a deadlock: if you end up with two trains facing each other with no alternate paths, then they’re stuck for good (trains can’t go backward). They won’t be able to move again and will block the way.

Thank you for the answer!

Hi @MasterScrat I am trying to use Monte-Carlo methods, for which I need to create a copy of the env and then use these copies for simulation. So is there a way to pickle the RailEnv ?