Skip to content

Commit 661857c

Browse files
author
Ervin T
authored
[docs] Add links to example envs for Buffer Sensor and MultiAgentGroup (#5116)
* Update changelog with links to example envs * Cooperative push block link update
1 parent c5c91b3 commit 661857c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.unity.ml-agents/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ and this project adheres to
99
## [1.9.0-preview] - 2021-03-17
1010
### Major Changes
1111
#### com.unity.ml-agents (C#)
12-
- The `BufferSensor` and `BufferSensorComponent` have been added. They allow the Agent to observe variable number of entities. (#4909)
12+
- The `BufferSensor` and `BufferSensorComponent` have been added. They allow the Agent to observe variable number of entities. For an example, see the [Sorter environment](https://github.com/Unity-Technologies/ml-agents/blob/release_15_docs/docs/Learning-Environment-Examples.md#sorter). (#4909)
1313
- The `SimpleMultiAgentGroup` class and `IMultiAgentGroup` interface have been added. These allow Agents to be given rewards and
14-
end episodes in groups. (#4923)
14+
end episodes in groups. For an example, see the [Cooperative Push Block environment](https://github.com/Unity-Technologies/ml-agents/blob/release_15_docs/docs/Learning-Environment-Examples.md#cooperative-push-block). (#4923)
1515
#### ml-agents / ml-agents-envs / gym-unity (Python)
1616
- The MA-POCA trainer has been added. This is a new trainer that enables Agents to learn how to work together in groups. Configure
1717
`poca` as the trainer in the configuration YAML after instantiating a `SimpleMultiAgentGroup` to use this feature. (#5005)

0 commit comments

Comments
 (0)