File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to
7
7
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
9
-
10
9
## [ Unreleased]
11
10
### Major Changes
12
11
#### com.unity.ml-agents (C#)
13
12
#### ml-agents / ml-agents-envs / gym-unity (Python)
13
+
14
+ ### Minor Changes
15
+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
16
+ #### ml-agents / ml-agents-envs / gym-unity (Python)
17
+
18
+ ### Bug Fixes
19
+ #### com.unity.ml-agents (C#)
20
+ #### ml-agents / ml-agents-envs / gym-unity (Python)
21
+
22
+
23
+ ## [ 1.8.0-preview] - 2021-02-17
24
+ ### Major Changes
25
+ #### com.unity.ml-agents (C#)
26
+ #### ml-agents / ml-agents-envs / gym-unity (Python)
14
27
- TensorFlow trainers have been removed, please use the Torch trainers instead. (#4707 )
15
28
- A plugin system for ` mlagents-learn ` has been added. You can now define custom
16
29
` StatsWriter ` implementations and register them to be called during training.
You can’t perform that action at this time.
0 commit comments