* Removed the obsolete methods from the Agent class
* Documentation changes
* [skip ci] Update com.unity.ml-agents/CHANGELOG.md
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
* [skip ci] Update docs/Migrating.md
Co-Authored-By: Chris Elion <chris.elion@unity3d.com>
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
* [communication] Use semantic versioning to test communication compatibility between C# and Python.
- Add tests for the change.
Co-authored-by: Chris Elion <chris.elion@unity3d.com>
* Removed the unused images from the images folder. Used the command
```
for f in *; do echo " file : $f" && grep -s -r "$f" /Users/vincentpierre/Documents/ml-agents -i --include *.md --exclude-dir=/Users/vincentpierre/Documents/ml-agents/docs/localized;done
```
to hunt the files down
* Modified the Unity Editor screenshots
* Addressing comments
* [MLA-867] New integration tests for gym and llapi
* Fixing the command line argument in the test
* Fixing a bug that was blocking basic for ever
* Fixing typo
* [API] Make the DecisionRequester public and add a delegate to its API to allow users to customize it's behavior.
- Rename Academy.AgentSetStatus to Academy.AgentPreStep and make it public.
- Fix Unity library cache issues for backwards compatibility tests.
- Collect standalone build and logs to artifacts for standalone build jobs.
- cat standalone build log if the build fails.
- Default verbose to False for standalone build test.
* disable backward compatibility test, bump communication version.
* still run training tests on latest.
* fix yml parse error.