Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 739 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 739 Bytes

flatland-challenge-marl

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.

Acknowledgements

The code for Rainbow was adapted to MAS from Kaixhin/Rainbow.