diff --git a/com.unity.ml-agents.extensions/Documentation~/Match3.md b/com.unity.ml-agents.extensions/Documentation~/Match3.md index 32c4efe7bc..bb314aa137 100644 --- a/com.unity.ml-agents.extensions/Documentation~/Match3.md +++ b/com.unity.ml-agents.extensions/Documentation~/Match3.md @@ -10,11 +10,12 @@ Our aim is to enable Match-3 teams to leverage ML-Agents to create player agents This implementation includes: * C# implementation catered toward a Match-3 setup including concepts around encoding for moves based on [Human Like Playtesting with Deep Learning](https://www.researchgate.net/publication/328307928_Human-Like_Playtesting_with_Deep_Learning) -* An example Match-3 scene with ML-Agents implemented (located under /Project/Assets/ML-Agents/Examples/Match3) +* An example Match-3 scene with ML-Agents implemented (located under /Project/Assets/ML-Agents/Examples/Match3). More information, on Match-3 example [here](https://github.com/Unity-Technologies/ml-agents/tree/release_10_docs/docs/docs/Learning-Environment-Examples.md#match-3). +### Feedback If you are a Match-3 developer and are trying to leverage ML-Agents for this scenario, [we want to hear from you](https://forms.gle/TBsB9jc8WshgzViU9). Additionally, we are also looking for interested Match-3 teams to speak with us for 45 minutes. If you are interested, please indicate that in the [form](https://forms.gle/TBsB9jc8WshgzViU9). If selected, we will provide gift cards as a token of appreciation. -## Interested in more game templates? +### Interested in more game templates? Do you have a type of game you are interested for ML-Agents? If so, please post a [forum issue](https://forum.unity.com/forums/ml-agents.453/) with [GAME TEMPLATE] in the title. ## Getting started diff --git a/docs/Learning-Environment-Examples.md b/docs/Learning-Environment-Examples.md index 178ab5ecaf..141a98c1e1 100644 --- a/docs/Learning-Environment-Examples.md +++ b/docs/Learning-Environment-Examples.md @@ -538,7 +538,6 @@ you would like to contribute environments, please see our - Benchmark Mean Reward: 1.75 ## Match 3 - ![Match 3](images/match3.png) - Set-up: Simple match-3 game. Matched pieces are removed, and remaining pieces diff --git a/docs/images/match3.png b/docs/images/match3.png index ea3e1b40c5..0091d798b7 100644 Binary files a/docs/images/match3.png and b/docs/images/match3.png differ