You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.ml-agents/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ All notable changes to this package will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
+
## [Unreleased]
8
+
### Major Changes
9
+
- Agent.CollectObservations now takes a VectorSensor argument. It was also overloaded to optionally take an ActionMasker argument. (#3352, #3389)
10
+
11
+
### Minor Changes
12
+
- Monitor.cs was moved to Examples. (#3372)
13
+
- Automatic stepping for Academy is now controlled from the AutomaticSteppingEnabled property. (#3376)
14
+
- The GetEpisodeCount, GetStepCount, GetTotalStepCount and methods of Academy were changed to EpisodeCount, StepCount, TotalStepCount properties respectively. (#3376)
15
+
- Several classes were changed from public to internal visibility. (#3390)
16
+
- Academy.RegisterSideChannel and UnregisterSideChannel methods were added. (#3391)
17
+
- A tutorial on adding custom SideChannels was added (#3391)
18
+
- Update Barracuda to 0.6.0-preview
19
+
20
+
### Bugfixes
21
+
- Fixed an issue which caused self-play training sessions to consume a lot of memory. (#3451)
0 commit comments