Skip to content

Commit 50f5e93

Browse files
authored
Update ExamplesList.md
1 parent fc86bc3 commit 50f5e93

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

Documents/ExamplesList.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ Please go [HERE](IntelligentPoolDetails.md) for the complete description and ana
2525
width="600" border="10" />
2626
</p>
2727

28-
This is just a copy of the Unity ML-Agents' [3DBall environment](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Learning-Environment-Examples.md#3dball-3d-balance-ball), with modifications for in editor training, as a result of [Getting Started with Balance Ball](Getting-Started-with-Balance-Ball.md) tutorial. It uses PPO.
28+
This is just a copy of the Unity ML-Agents' [3DBall environment](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Learning-Environment-Examples.md#3dball-3d-balance-ball), with modifications for in editor training tutorial.
29+
30+
* Scenes:
31+
- 3DBall: Basic PPO example used by [Getting Started with Balance Ball](Getting-Started-with-Balance-Ball.md) tutorial.
32+
- 3DBallNE: Basic Neural Evolution example.
2933

3034
## Pong
3135
<p align="center">
@@ -95,11 +99,25 @@ Click StartTraining to generate training data and start training.
9599

96100
Click UseGAN to generate data from GAN(blue).
97101

102+
## Crawler
103+
<p align="center">
104+
<img src="Images/ExampleList/Crawler.png"
105+
alt="Crawler"
106+
width="600" border="10" />
107+
</p>
108+
109+
This is just a copy of the Unity ML-Agents' [3DBall environment](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Learning-Environment-Examples.md#3dball-3d-balance-ball), with modifications.
110+
111+
* Scenes:
112+
- CrawlerNE: Neural Evolution example.
113+
- Crawler??: Experiemental scene for hybrid training(Similiar to Evolved Policy Gradient.)
114+
115+
98116
## Walker
99117
<p align="center">
100118
<img src="Images/ExampleList/Walker.png"
101119
alt="Walker"
102120
width="600" border="10" />
103121
</p>
104122

105-
A copy of Unity MLAgent's Walker example. A test scene for hybird training. Not working at all. Don't use it.
123+
A copy of Unity MLAgent's Walker example. A test scene for hybrid training. Not working at all. Don't use it.

0 commit comments

Comments
 (0)