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
+6-3
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,16 @@ and this project adheres to
9
9
## [Unreleased]
10
10
### Major Changes
11
11
#### com.unity.ml-agents (C#)
12
+
- Several breaking interface changes were made. See the
13
+
[Migration Guide](https://github.com/Unity-Technologies/ml-agents/blob/release_14_docs/docs/Migrating.md) for more
14
+
details.
12
15
- Some methods previously marked as `Obsolete` have been removed. If you were using these methods, you need to replace them with their supported counterpart.
13
16
- The interface for disabling discrete actions in `IDiscreteActionMask` has changed.
14
17
`WriteMask(int branch, IEnumerable<int> actionIndices)` was replaced with
15
-
`SetActionEnabled(int branch, int actionIndex, bool isEnabled)`. See the
18
+
`SetActionEnabled(int branch, int actionIndex, bool isEnabled)`. (#5060)
16
19
- IActuator now implements IHeuristicProvider. (#5110)
17
-
[Migration Guide](https://github.com/Unity-Technologies/ml-agents/blob/release_14_docs/docs/Migrating.md) for more
18
-
details. (#5060)
20
+
-`ISensor.GetObservationShape()` was removed, and `GetObservationSpec()` was added. (#5127)
0 commit comments