Skip to content

Commit f2b3515

Browse files
author
Chris Elion
authored
Update changelog before Release 18 branch (#5412)
1 parent 32f52db commit f2b3515

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ and this project adheres to
88

99
## [Unreleased]
1010
### Major Changes
11+
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
12+
#### ml-agents / ml-agents-envs / gym-unity (Python)
13+
### Minor Changes
14+
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
15+
#### ml-agents / ml-agents-envs / gym-unity (Python)
16+
### Bug Fixes
17+
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
18+
#### ml-agents / ml-agents-envs / gym-unity (Python)
19+
20+
21+
## [2.1.0-exp.1] - 2021-06-09
1122
### Minor Changes
1223
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
1324
- update Barracuda to 2.0.0-pre.3. (#5385)
@@ -16,9 +27,11 @@ and this project adheres to
1627
- Added a fully connected visual encoder for environments with very small image inputs. (#5351)
1728
- Colab notebooks illustrating the use of the Python API are now part of the repository. (#5399)
1829
### Bug Fixes
19-
- The calculation of the target entropy of SAC with continuous actions was incorrect and has been fixed. (#5372)
30+
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
2031
- RigidBodySensorComponent now displays a warning if it's used in a way that won't generate useful observations. (#5387)
2132
- Update the documentation with a note saying that `GridSensor` does not work in 2D environments. (#5396)
33+
#### ml-agents / ml-agents-envs / gym-unity (Python)
34+
- The calculation of the target entropy of SAC with continuous actions was incorrect and has been fixed. (#5372)
2235
- Fixed an issue where the histogram stats would not be reported correctly in TensorBoard. (#5410)
2336

2437

0 commit comments

Comments
 (0)