File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,21 @@ and this project adheres to
9
9
## [ Unreleased]
10
10
### Major Changes
11
11
#### 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
14
12
- Upgraded ML-Agents to Sentis 1.2.0-exp.2 (#)
15
13
- The minimum supported Unity version was updated to 2022.3. (#)
16
14
- Added batched raycast sensor option. (#)
17
15
18
16
#### ml-agents / ml-agents-envs
17
+ - Updated to PyTorch 1.13.1
18
+ - Deprecated support for Python 3.8.x and 3.9.x
19
19
20
20
### Minor Changes
21
21
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
22
22
- Added DecisionStep parameter to DecisionRequester (#)
23
23
- This will allow the staggering of execution timing when using multi-agents, leading to more stable performance.
24
24
25
25
#### ml-agents / ml-agents-envs
26
+ - Added timeout cli and yaml config file support for specifying environment timeout.
26
27
- Added training config feature to evenly distribute checkpoints throughout training. (#5842 )
27
28
- Updated training area replicator to add a condition to only replicate training areas when running a build. (#5842 )
28
29
Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ env_settings:
213
213
env_args : null
214
214
base_port : 5005
215
215
num_envs : 1
216
+ timeout_wait : 10
216
217
seed : -1
217
218
max_lifetime_restarts : 10
218
219
restarts_rate_limit_n : 1
You can’t perform that action at this time.
0 commit comments