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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
8
8
## [Unreleased]
9
+
### Major Changes
10
+
11
+
### Minor Changes
12
+
13
+
14
+
## [0.15.0-preview] - 2020-03-18
9
15
### Major Changes
10
16
-`Agent.CollectObservations` now takes a VectorSensor argument. (#3352, #3389)
11
17
- Added `Agent.CollectDiscreteActionMasks` virtual method with a `DiscreteActionMasker` argument to specify which discrete actions are unavailable to the Agent. (#3525)
Copy file name to clipboardExpand all lines: docs/Migrating.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,14 @@ The versions can be found in
7
7
8
8
# Migrating
9
9
10
-
## Migrating from 0.14 to latest
10
+
## Migrating from 0.15 to latest
11
+
12
+
### Important changes
13
+
14
+
### Steps to Migrate
15
+
16
+
17
+
## Migrating from 0.14 to 0.15
11
18
12
19
### Important changes
13
20
* The `Agent.CollectObservations()` virtual method now takes as input a `VectorSensor` sensor as argument. The `Agent.AddVectorObs()` methods were removed.
0 commit comments