Skip to content
Snippets Groups Projects
Commit 47a7a111 authored by spmohanty's avatar spmohanty
Browse files

Live changes from the call

parent e641d4b6
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Credits Credits
======= =======
Development Lead Development
---------------- ----------------
* S.P. Mohanty <mohanty@aicrowd.com> * S.P. Mohanty <mohanty@aicrowd.com>
......
...@@ -88,7 +88,7 @@ Ready to contribute? Here's how to set up `flatland` for local development. ...@@ -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:: 6. Commit your changes and push your branch to Gitlab::
$ git add . $ 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 $ git push origin name-of-your-bugfix-or-feature
7. Submit a merge request through the Gitlab repository website. 7. Submit a merge request through the Gitlab repository website.
......
...@@ -24,6 +24,7 @@ Generate Docs ...@@ -24,6 +24,7 @@ Generate Docs
git clone git@gitlab.aicrowd.com:flatland/flatland.git git clone git@gitlab.aicrowd.com:flatland/flatland.git
cd flatland cd flatland
pip install -r requirements_dev.txt
make docs make docs
Features Features
......
...@@ -54,6 +54,7 @@ class Environment: ...@@ -54,6 +54,7 @@ class Environment:
""" """
Performs an environment step with simultaneous execution of actions for Performs an environment step with simultaneous execution of actions for
agents in action_dict. agents in action_dict.
Returns observations from agents in the environment. Returns observations from agents in the environment.
The returns are dicts mapping from agent_id strings to values. The returns are dicts mapping from agent_id strings to values.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment