浏览代码

wording mistake (#231)

/tag-0.2.1
Arthur Juliani 7 年前
当前提交
fcbda0eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Making-a-new-Unity-Environment.md

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


1. Click on the game object **`YourNameAcademy`**.
2. In the inspector tab, you can modify the characteristics of the academy:
* **`Max Steps`** Maximum length of each episode (set to 0 if you want do not want the environment to reset after a certain time).
* **`Max Steps`** Maximum length of each episode (set to 0 if you do not want the environment to reset after a certain time).
* **`Wait Time`** Real-time between steps when running environment in test-mode.
* **`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.
* **`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:

正在加载...
取消
保存