Skip to content

Commit 3bc9675

Browse files
authored
Add link to wiki on example environments
1 parent 19fe27e commit 3bc9675

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unity-environment/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ Make sure you have Unity 2017.1 or later installed. Download link available [her
1919
- Save environment binary to a sub-directory containing the model to use for training *(you may need to click on the down arrow on the file chooser to be able to select that folder)*
2020

2121
## Example Projects
22-
The `Examples` subfolder contains a set of example environments to use either as starting points or templates for designing your own environments.
22+
The `Examples` subfolder contains a set of example environments to use either as starting points or templates for designing your own environments.
2323
* **3DBalanceBall** - Physics-based game where the agent must rotate a 3D-platform to keep a ball in the air. Supports both discrete and continuous control.
2424
* **GridWorld** - A simple gridworld containing regions which provide positive and negative reward. The agent must learn to move to the rewarding regions (green) and avoid the negatively rewarding ones (red). Supports discrete control.
2525
* **Tennis** - An adversarial game where two agents control rackets, which must be used to bounce a ball back and forth between them. Supports continuous control.
2626

27+
For more informoation on each of these environments, see this [wiki page](../../../wiki/Example-Environments).
28+
2729
Within `ML-Agents/Template` there also exists:
2830
* **Template** - An empty Unity scene with a single _Academy_, _Brain_, and _Agent_. Designed to be used as a template for new environments.
2931

0 commit comments

Comments
 (0)