From 3393bed22da6ab5583d4a1f4725fd33428d1d8e0 Mon Sep 17 00:00:00 2001 From: Ervin Teng Date: Mon, 15 Mar 2021 17:59:10 -0400 Subject: [PATCH 1/2] Update changelog with links to example envs --- com.unity.ml-agents/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index b89d101c9aa..02ea89fea5c 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to ## [1.9.0-preview] - 2021-03-17 ### Major Changes #### com.unity.ml-agents (C#) -- The `BufferSensor` and `BufferSensorComponent` have been added. They allow the Agent to observe variable number of entities. (#4909) +- 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) - The `SimpleMultiAgentGroup` class and `IMultiAgentGroup` interface have been added. These allow Agents to be given rewards and - end episodes in groups. (#4923) + 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#sorter). (#4923) #### ml-agents / ml-agents-envs / gym-unity (Python) - The MA-POCA trainer has been added. This is a new trainer that enables Agents to learn how to work together in groups. Configure `poca` as the trainer in the configuration YAML after instantiating a `SimpleMultiAgentGroup` to use this feature. (#5005) From 0b83630f837acd15bb01de5ae454f824d6b2ffd7 Mon Sep 17 00:00:00 2001 From: Ervin Teng Date: Tue, 16 Mar 2021 11:17:42 -0400 Subject: [PATCH 2/2] Cooperative push block link update --- com.unity.ml-agents/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index 02ea89fea5c..9d24e6b2714 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to #### com.unity.ml-agents (C#) - 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) - The `SimpleMultiAgentGroup` class and `IMultiAgentGroup` interface have been added. These allow Agents to be given rewards and - 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#sorter). (#4923) + 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) #### ml-agents / ml-agents-envs / gym-unity (Python) - The MA-POCA trainer has been added. This is a new trainer that enables Agents to learn how to work together in groups. Configure `poca` as the trainer in the configuration YAML after instantiating a `SimpleMultiAgentGroup` to use this feature. (#5005)