浏览代码

Changelog for goal conditioning (#5195)

* Changelog for goal conditioning

* adding a line about the changes to the gridworld example

* Addressing comments

* Change capitalization
/check-for-ModelOverriders
GitHub 4 年前
当前提交
ac5de482
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      com.unity.ml-agents/CHANGELOG.md

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


- Make com.unity.modules.physics and com.unity.modules.physics2d optional dependencies. (#5112)
- The default `InferenceDevice` is now `InferenceDevice.Default`, which is equivalent to `InferenceDevice.Burst`. If you
depend on the previous behavior, you can explicitly set the Agent's `InferenceDevice` to `InferenceDevice.CPU`. (#5175)
- Added support for `Goal Signal` as a type of observation. Trainers can now use HyperNetworks to process `Goal Signal`. Trainers with HyperNetworks are more effective at solving multiple tasks. (#5142, #5159, #5149)
- Modified the [GridWorld environment](https://github.com/Unity-Technologies/ml-agents/blob/main/docs/Learning-Environment-Examples.md#gridworld) to use the new `Goal Signal` feature. (#5193)
#### ml-agents / ml-agents-envs / gym-unity (Python)

正在加载...
取消
保存