Skip to content

Commit 4656632

Browse files
authored
Fix typo in documentation
1 parent 13beeac commit 4656632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Training-ML-Agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The basic command for training is:
2020

2121
where `<env_file_path>` is the path to your Unity executable containing the agents to be trained and `<run-identifier>` is an optional identifier you can use to identify the results of individual training runs.
2222

23-
For example, suppose you have a project in Unity named "CatsOnBicyclesCatsOnBicycles" which contains agents ready to train. To perform the training:
23+
For example, suppose you have a project in Unity named "CatsOnBicycles" which contains agents ready to train. To perform the training:
2424

2525
1. Build the project, making sure that you only include the training scene.
2626
2. Open a terminal or console window.

0 commit comments

Comments
 (0)