Skip to content

Commit 470fcc0

Browse files
Updating the Changelog and Migrating (#3620)
1 parent e3b7cd1 commit 470fcc0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9+
### Major Changes
10+
11+
### Minor Changes
12+
13+
14+
## [0.15.0-preview] - 2020-03-18
915
### Major Changes
1016
- `Agent.CollectObservations` now takes a VectorSensor argument. (#3352, #3389)
1117
- Added `Agent.CollectDiscreteActionMasks` virtual method with a `DiscreteActionMasker` argument to specify which discrete actions are unavailable to the Agent. (#3525)

docs/Migrating.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ The versions can be found in
77

88
# Migrating
99

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
1118

1219
### Important changes
1320
* The `Agent.CollectObservations()` virtual method now takes as input a `VectorSensor` sensor as argument. The `Agent.AddVectorObs()` methods were removed.

0 commit comments

Comments
 (0)