Skip to content

Commit f9ec4ba

Browse files
authored
Fix doc typos (#5620)
* stochastic env, typo fix
1 parent b596254 commit f9ec4ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Package-Settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can find them at `Edit` > `Project Settings...` > `ML-Agents`. It lists out
77

88

99
## 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.
1111

1212
You can do this by clicking the `Create Settings Asset` buttom or clicking the gear on the top right and select `New Settings Asset...`.
1313
The asset file can be placed anywhere in the `Asset/` folder in your project.

docs/Python-API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ to read more about how you can interact with the Unity environment from Python.
8181
- `worker_id` indicates which port to use for communication with the
8282
environment. For use in parallel training regimes such as A3C.
8383
- `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
8585
enables reproducible experimentation by ensuring that the environment and
8686
trainers utilize the same random seed.
8787
- `side_channels` provides a way to exchange data with the Unity simulation that

0 commit comments

Comments
 (0)