From 47a7a1112e15ec9415979067b6771144085c27c7 Mon Sep 17 00:00:00 2001 From: SP Mohanty <spmohanty91@gmail.com> Date: Wed, 3 Apr 2019 16:03:58 +0200 Subject: [PATCH] Live changes from the call --- AUTHORS.rst | 2 +- CONTRIBUTING.rst | 2 +- README.rst | 1 + flatland/core/env.py | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 5c530ddf..4f9e2697 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,7 +2,7 @@ Credits ======= -Development Lead +Development ---------------- * S.P. Mohanty <mohanty@aicrowd.com> diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0a8ea8f7..e7ad21df 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -88,7 +88,7 @@ Ready to contribute? Here's how to set up `flatland` for local development. 6. Commit your changes and push your branch to Gitlab:: $ git add . - $ git commit -m "Your detailed description of your changes." + $ git commit -m "Addresses #<issue-number> Your detailed description of your changes." $ git push origin name-of-your-bugfix-or-feature 7. Submit a merge request through the Gitlab repository website. diff --git a/README.rst b/README.rst index 50ff2cf0..cb544ba6 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,7 @@ Generate Docs git clone git@gitlab.aicrowd.com:flatland/flatland.git cd flatland + pip install -r requirements_dev.txt make docs Features diff --git a/flatland/core/env.py b/flatland/core/env.py index fccaaa83..a07a8095 100644 --- a/flatland/core/env.py +++ b/flatland/core/env.py @@ -54,6 +54,7 @@ class Environment: """ Performs an environment step with simultaneous execution of actions for agents in action_dict. + Returns observations from agents in the environment. The returns are dicts mapping from agent_id strings to values. -- GitLab