Skip to content

Commit ad45593

Browse files
authored
Update README.md
1 parent 9248cbb commit ad45593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unity-environment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `Examples` subfolder contains a set of example environments to use either as
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).
27+
For more informoation on each of these environments, see this [documentation page](../docs/Example-Environments.md).
2828

2929
Within `ML-Agents/Template` there also exists:
3030
* **Template** - An empty Unity scene with a single _Academy_, _Brain_, and _Agent_. Designed to be used as a template for new environments.
@@ -37,7 +37,7 @@ A link to Unity package containing the Agents SDK for Unity 2017.1 can be downlo
3737
For information on the use of each script, see the comments and documentation within the files themselves, or read the [documentation](../../../wiki).
3838

3939
## Creating your own Unity Environment
40-
For information on how to create a new Unity Environment, see the walkthrough [here](../../../wiki/Making-a-new-Unity-Environment). If you have questions or run into issues, please feel free to create issues through the repo, and we will do our best to address them.
40+
For information on how to create a new Unity Environment, see the walkthrough [here](../docs/Making-a-new-Unity-Environment.md). If you have questions or run into issues, please feel free to create issues through the repo, and we will do our best to address them.
4141

4242
## Embedding Models with TensorflowSharp _[Experimental]_
4343
If you will be using Tensorflow Sharp in Unity, you must:

0 commit comments

Comments
 (0)