Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elrichgro
Flatland
Commits
47a7a111
Commit
47a7a111
authored
5 years ago
by
spmohanty
Browse files
Options
Downloads
Patches
Plain Diff
Live changes from the call
parent
e641d4b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
AUTHORS.rst
+1
-1
1 addition, 1 deletion
AUTHORS.rst
CONTRIBUTING.rst
+1
-1
1 addition, 1 deletion
CONTRIBUTING.rst
README.rst
+1
-0
1 addition, 0 deletions
README.rst
flatland/core/env.py
+1
-0
1 addition, 0 deletions
flatland/core/env.py
with
4 additions
and
2 deletions
AUTHORS.rst
+
1
−
1
View file @
47a7a111
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
CONTRIBUTING.rst
+
1
−
1
View file @
47a7a111
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
1
−
0
View file @
47a7a111
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
flatland/core/env.py
+
1
−
0
View file @
47a7a111
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment