Flatland is a open-source toolkit for developing and comparing Multi Agent Reinforcement Learning algorithms in little (or ridiculously large!) gridworlds.
Flatland is a open-source toolkit for developing and comparing Multi Agent Reinforcement Learning algorithms in little (or ridiculously large!) gridworlds.
The base environment is a two-dimensional grid in which many agents can be placed, and each agent must solve one or more navigational tasks in the grid world.
[The official documentation](http://flatland.aicrowd.com/) contains full details about the environment and problem statement
[The official documentation](http://flatland.aicrowd.com/) contains full details about the environment and problem statement
🏆 Challenges
🏆 Challenges
...
@@ -20,24 +18,23 @@ The base environment is a two-dimensional grid in which many agents can be place
...
@@ -20,24 +18,23 @@ The base environment is a two-dimensional grid in which many agents can be place
This library was developed specifically for the AIcrowd [Flatland challenges](http://flatland.aicrowd.com/research/top-challenge-solutions.html) in which we strongly encourage you to take part in!
This library was developed specifically for the AIcrowd [Flatland challenges](http://flatland.aicrowd.com/research/top-challenge-solutions.html) in which we strongly encourage you to take part in!
Once you have a copy of the source, you can install it with:
Once you have a copy of the source, install it with:
```console
```console
$python setup.py install
$python setup.py install
...
@@ -78,7 +75,7 @@ python setup.py test
...
@@ -78,7 +75,7 @@ python setup.py test
👥 Credits
👥 Credits
---
---
This library was developed by [SBB](https://www.sbb.ch/en/), [AIcrowd](https://www.aicrowd.com/) and [numerous contributors](http://flatland.aicrowd.com/misc/credits.html) and AIcrowd research fellows from the AIcrowd community.
This library was developed by [SBB](https://www.sbb.ch/en/), [Deutsche Bahn](https://www.deutschebahn.com/), [AIcrowd](https://www.aicrowd.com/) and [numerous contributors](http://flatland.aicrowd.com/misc/credits.html) and AIcrowd research fellows from the AIcrowd community.