Skip to content

Commit 09c4e56

Browse files
Merge pull request #4920 from Unity-Technologies/fix-changelog-obs-spec
Adding the changes to ObservationSpec to the Changelog
2 parents 0fbb195 + 71bd859 commit 09c4e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ and this project adheres to
4242
- Added a `--torch-device` commandline option to `mlagents-learn`, which sets the default
4343
[`torch.device`](https://pytorch.org/docs/stable/tensor_attributes.html#torch.torch.device) used for training. (#4888)
4444
- The `--cpu` commandline option had no effect and was removed. Use `--torch-device=cpu` to force CPU training. (#4888)
45+
- The `mlagents_env` API has changed, `BehaviorSpec` now has a `observation_specs` property containing a list of `ObservationSpec`. For more information on `ObservationSpec` see [here](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Python-API.md#behaviorspec). (#4763, #4825)
4546

4647
### Bug Fixes
4748
#### com.unity.ml-agents (C#)

0 commit comments

Comments
 (0)