This repository contains the code issued to the Flatland competition in the structure explained in the flatland-challenge-starter-kit.
The relevant directories are:
- cnn_globalobs - contains an approach based on CNN and (custom) global observations
- fc_treeobs - contains an approach based on tree observations (for both single and multi-agent setting)
- src/ - contains code with graph observations and local observations
- src/rainbow/ - contains code of Rainbow for multi-agent systems.
The code for Rainbow was adapted to MAS from Kaixhin/Rainbow.