Skip to content

Commit 03d4e5a

Browse files
author
Miguel Alonso Jr
committed
Updated docs.
1 parent 4904aee commit 03d4e5a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@ and this project adheres to
99
## [Unreleased]
1010
### Major Changes
1111
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
12-
- Updated to PyTorch 1.13.1
13-
- Deprecated support for Python 3.8.x and 3.9.x
1412
- Upgraded ML-Agents to Sentis 1.2.0-exp.2 (#)
1513
- The minimum supported Unity version was updated to 2022.3. (#)
1614
- Added batched raycast sensor option. (#)
1715

1816
#### ml-agents / ml-agents-envs
17+
- Updated to PyTorch 1.13.1
18+
- Deprecated support for Python 3.8.x and 3.9.x
1919

2020
### Minor Changes
2121
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
2222
- Added DecisionStep parameter to DecisionRequester (#)
2323
- This will allow the staggering of execution timing when using multi-agents, leading to more stable performance.
2424

2525
#### ml-agents / ml-agents-envs
26+
- Added timeout cli and yaml config file support for specifying environment timeout.
2627
- Added training config feature to evenly distribute checkpoints throughout training. (#5842)
2728
- Updated training area replicator to add a condition to only replicate training areas when running a build. (#5842)
2829

docs/Training-ML-Agents.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ env_settings:
213213
env_args: null
214214
base_port: 5005
215215
num_envs: 1
216+
timeout_wait: 10
216217
seed: -1
217218
max_lifetime_restarts: 10
218219
restarts_rate_limit_n: 1

0 commit comments

Comments
 (0)