From 0aef8bdf95d1d0c1786f82ddc2033c19fb27b317 Mon Sep 17 00:00:00 2001 From: "Egli Adrian (IT-SCI-API-PFI)" <adrian.egli@sbb.ch> Date: Tue, 21 May 2019 16:16:08 +0200 Subject: [PATCH] flatland:readme.rst typo --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 50f64c17..2fa0256f 100644 --- a/README.rst +++ b/README.rst @@ -15,8 +15,8 @@ Flatland Flatland is a toolkit for developing and comparing multi agent reinforcement learning algorithms on grids. The base environment is a two-dimensional grid in which many agents can be placed. Each agent must solve one or more tasks in the grid world. -In general agents can freely navigate from cell to cell. But the navigation from cell to another cell can be restricted by transition maps. -Each cell can can hold an own different transition map. If there is no transition map is defined for a given cell, the agent can freely move to a neighbor cell. +In general, agents can freely navigate from cell to cell. However, cell-to-cell navigation can be restricted by transition maps. +Each cell can can hold an own transition map. If there is no transition map is defined for a given cell, the agent can freely move to a neighbor cell. That means the agent can navigate to all eight neighbour cells (go up and left, go up, go up and right, go right, go down and right, go down, go down and left, go left). The general purpose of the implementation allows to write in very short time many different environments. -- GitLab