This is a community effort to solve the 2020 NeurIPS Flatland Challenge. The flatland environment is here and its Documentation Watch the introductory video here
Fork this repository and submit a pull request.
- Write boilerplate to interact with the environment. It is already a gym environment, so unclear if this is necessary, maybe code to visualize a run.
- Write simple baseline algorithms for pure RL and pure hard-coded heuristics.
- Write some documentation here about how to evaluate an algorithm, maybe we define some joint format for results so we can compare.
- DeepMind ACME has a lot of RL built-in.