浏览代码

Adding links to the Google Colab notebook tutorials (#4117)

* Adding links to the Google Colab notebook tutorials

* Updating the changelog
/MLA-1734-demo-provider
GitHub 5 年前
当前提交
7efd3b52
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 1
      com.unity.ml-agents/CHANGELOG.md
  2. 6
      docs/Readme.md

1
com.unity.ml-agents/CHANGELOG.md


#### com.unity.ml-agents (C#)
- `RayPerceptionSensor.Perceive()` now additionally store the GameObject that was hit by the ray. (#4111)
#### ml-agents / ml-agents-envs / gym-unity (Python)
- Added new Google Colab notebooks to show how to use `UnityEnvironment'. (#4117)
### Bug Fixes
#### com.unity.ml-agents (C#)

6
docs/Readme.md


- [Creating Custom Side Channels](Custom-SideChannels.md)
- [Creating Custom Samplers for Environment Parameter Randomization](Training-ML-Agents.md#defining-a-new-sampler-type)
## Python Tutorial with Google Colab
- [Using a UnityEnvironment](https://colab.research.google.com/drive/1Qg6E5kmf9n4G8rc5lXHIM_cQzMUFGH-g#forceEdit=true&sandboxMode=true)
- [Q-Learning with a UnityEnvironment](https://colab.research.google.com/drive/1nkOztXzU91MHEbuQ1T9GnynYdL_LRsHG#forceEdit=true&sandboxMode=true)
- [Using Side Channels on a UnityEnvironment](https://colab.research.google.com/drive/1-g7CwEpk9nJ7SgWXfoCUf8pSLUW1b48i#scrollTo=pbVXrmEsLXDt&forceEdit=true&sandboxMode=true)
## Help
- [Migrating from earlier versions of ML-Agents](Migrating.md)

正在加载...
取消
保存