Skip to content

Commit 90ea762

Browse files
srcnaltawjuliani
authored andcommitted
wording mistake (#231)
1 parent b7cfb94 commit 90ea762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Making-a-new-Unity-Environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This tutorial walks through the process of creating a Unity Environment. A Unity
3636
1. Click on the game object **`YourNameAcademy`**.
3737

3838
2. In the inspector tab, you can modify the characteristics of the academy:
39-
* **`Max Steps`** Maximum length of each episode (set to 0 if you want do not want the environment to reset after a certain time).
39+
* **`Max Steps`** Maximum length of each episode (set to 0 if you do not want the environment to reset after a certain time).
4040
* **`Wait Time`** Real-time between steps when running environment in test-mode.
4141
* **`Frames To Skip`** Number of frames (or physics updates) to skip between steps. The agents will act at every frame but get new actions only at every step.
4242
* **`Training Configuration`** and **`Inference Configuration`** The first defines the configuration of the Engine at training time and the second at test / inference time. The training mode corresponds only to external training when the reset parameter `train_model` was set to True. The adjustable parameters are as follows:

0 commit comments

Comments
 (0)