From 7bf1826c78e230a985c1385eefca39ec5f6cd3ab Mon Sep 17 00:00:00 2001 From: flaurent <florian.laurent@gmail.com> Date: Mon, 8 Jun 2020 01:03:56 +0200 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a97e288..cfab0cca 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@  -<center><p> +<p style="text-align:center"> <img alt="repository" src="https://gitlab.aicrowd.com/flatland/flatland/badges/master/pipeline.svg"> <img alt="discord" src="https://gitlab.aicrowd.com/flatland/flatland/badges/master/coverage.svg"> -</p></center> +</p> 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 --- -- GitLab