Skip to content

Edited the Documentation for the changes to the LLAPI #3733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 3, 2020

Conversation

vincentpierre
Copy link
Contributor

Proposed change(s)

Documentation update on the changes to the llapi

Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)

Types of change(s)

  • Bug fix
  • New feature
  • Code refactor
  • Breaking change
  • Documentation update
  • Other (please describe)

Checklist

  • [ ] Added tests that prove my fix is effective or that my feature works
  • Updated the changelog (if applicable)
  • Updated the documentation (if applicable)
  • Updated the migration guide (if applicable)

Other comments

@vincentpierre vincentpierre self-assigned this Apr 3, 2020
that requested a decision since the last call to `env.step()` are in the
DecisionSteps object.
- **TerminalSteps** — contains the data from Agents belonging to the same
"Behavior" in the simulation, such as observations and rewards. Only Agents
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only agents whose episodes ended since...

Copy link
Contributor

@awjuliani awjuliani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple minor comments. Otherwise looks good.

@vincentpierre vincentpierre merged commit 3dc0dea into develop-refactor-ll Apr 3, 2020
@delete-merged-branch delete-merged-branch bot deleted the develop-refactor-ll-docs branch April 3, 2020 22:40
vincentpierre added a commit that referenced this pull request Apr 6, 2020
* [skip ci] WIP : Modify the base_env.py file

* [skip ci] typo

* [skip ci] renamed some methods

* [skip ci] Incorporated changes from our meeting

* [skip ci] everything is broken

* [skip ci] everything is broken

* [skip ci] formatting

* Fixing the gym tests

* Fixing bug, C# has an error that needs fixing

* Fixing the test

* relaxing the threshold of 0.99 to 0.9

* fixing the C# side

* formating

* Fixed the llapi integratio test

* [Increasing steps for testing]

* Fixing the python tests

* Need __contains__ after all

* changing the max_steps in the tests

* addressing comments

* Making env_manager logic clearer as proposed in the comments

* Remove duplicated logic and added back in episode length (#3728)

* removing mentions of multi-agent in gym and changed the docstring in base_env.py

* Edited the Documentation for the changes to the LLAPI (#3733)

* Edited the Documentation for the changes to the LLAPI

* Forgot the CHANGELOG

* Fixing a typo raised by #3731

* [skip ci] Update com.unity.ml-agents/CHANGELOG.md

* [skip ci] Update docs/Migrating.md

* [skip ci] Update docs/Python-API.md

* [skip ci] Update docs/Python-API.md

* Resolving silent merge conflicts

* [skip ci] Update docs/Python-API.md

* [skip ci] Update docs/Python-API.md

* [skip ci] Update gym-unity/README.md

* [skip ci] Update docs/Python-API.md

* Added a sentence asking people to use the llapi instead of gym for multi-agents

Co-authored-by: Ervin T <ervin@unity3d.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants