Skip to content

Commit 6190d41

Browse files
committed
Correct reference inconsistency
1 parent 0ae2942 commit 6190d41

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

com.unity.ml-agents/Documentation~/Learning-Environment-Create-New.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Making a New Learning Environment
22

33
This tutorial walks through the process of creating a Unity Environment from
4-
scratch. We recommend first reading the [running an example](Sample.md)
4+
scratch. We recommend first reading the [Running an Example](Sample.md)
55
guide to understand the concepts presented here first in an already-built
66
environment.
77

@@ -378,7 +378,7 @@ from the platform.
378378
## Training the Environment
379379

380380
The process is the same as described in the
381-
[sample guide](Sample.md).
381+
[Running an Example](Sample.md) guide.
382382

383383
The hyperparameters for training are specified in a configuration file that you
384384
pass to the `mlagents-learn` program. Create a new `rollerball_config.yaml` file

com.unity.ml-agents/Documentation~/ML-Agents-Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ being sent to the Python API, they will be fed into their (internal, embedded)
224224
model to generate the _optimal_ action for each medic to take at every point in
225225
time.
226226

227-
The [Getting Started Guide](Sample.md) tutorial covers this training
227+
The [Running an Example](Sample.md) guide covers this training
228228
mode with the **3D Balance Ball** sample environment.
229229

230230
#### Cross-Platform Inference

com.unity.ml-agents/Documentation~/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ descriptions of all these features. Or go straight to our [web docs](https://uni
4545
## Releases & Documentation
4646

4747
**Our latest, stable release is `Release 22`. Click
48-
[here](Getting-Started.md)
48+
[here](Sample.md)
4949
to get started with the latest release of ML-Agents.**
5050

5151
**You can also check out our new [web docs](https://unity-technologies.github.io/ml-agents/)!**

com.unity.ml-agents/Documentation~/Training-ML-Agents.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ where
5151
your training runs.
5252

5353
See the
54-
[Getting Started Guide](Sample.md#training-a-new-model-with-reinforcement-learning)
55-
for a sample execution of the `mlagents-learn` command.
54+
[Running an Example](Sample.md#training-a-new-model-with-reinforcement-learning)
55+
guide for a sample execution of the `mlagents-learn` command.
5656

5757
#### Observing Training
5858

@@ -132,7 +132,7 @@ process when the default parameters don't seem to be giving the level of
132132
performance you would like. We provide sample configuration files for our
133133
example environments in the [config/](../../config/) directory. The
134134
`config/ppo/3DBall.yaml` was used to train the 3D Balance Ball in the
135-
[Getting Started](Sample.md) guide. That configuration file uses the
135+
[Running an Example](Sample.md) guide. That configuration file uses the
136136
PPO trainer, but we also have configuration files for SAC and GAIL.
137137

138138
Additionally, the set of configurations you provide depend on the training

com.unity.ml-agents/Documentation~/Using-Docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Using Docker for ML-Agents involves three steps: building the Unity environment
4848
with specific flags, building a Docker container and, finally, running the
4949
container. If you are not familiar with building a Unity environment for
5050
ML-Agents, please read through our
51-
[Getting Started with the 3D Balance Ball Example](Getting-Started.md) guide
51+
[Getting Started with the 3D Balance Ball Example](Sample.md) guide
5252
first.
5353

5454
### Build the Environment (Optional)

0 commit comments

Comments
 (0)