File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ You can find them at `Edit` > `Project Settings...` > `ML-Agents`. It lists out
7
7
8
8
9
9
## Create Custom Settings
10
- In order to to use you own settings for your project, you'll need to create an settings asset.
10
+ In order to to use your own settings for your project, you'll need to create a settings asset.
11
11
12
12
You can do this by clicking the ` Create Settings Asset ` buttom or clicking the gear on the top right and select ` New Settings Asset... ` .
13
13
The asset file can be placed anywhere in the ` Asset/ ` folder in your project.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ to read more about how you can interact with the Unity environment from Python.
81
81
- ` worker_id ` indicates which port to use for communication with the
82
82
environment. For use in parallel training regimes such as A3C.
83
83
- ` seed ` indicates the seed to use when generating random numbers during the
84
- training process. In environments which are deterministic , setting the seed
84
+ training process. In environments which are stochastic , setting the seed
85
85
enables reproducible experimentation by ensuring that the environment and
86
86
trainers utilize the same random seed.
87
87
- ` side_channels ` provides a way to exchange data with the Unity simulation that
You can’t perform that action at this time.
0 commit comments