Skip to content

Commit fb459a7

Browse files
committed
Modifying the changelog
1 parent 405b18a commit fb459a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ details. (#5060)
1919

2020
### Minor Changes
2121
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
22+
- The `.onnx` models input names have changed. All input placeholders will now use the prefix `obs_` removing the distinction between visual and vector observations. Models created with this version will not be usable with previous versions of the package (#5080)
23+
- The `.onnx` models discrete action output now contains the discrete actions values and not the logits. Models created with this version will not be usable with previous versions of the package (#5080)
2224
#### ml-agents / ml-agents-envs / gym-unity (Python)
2325

2426
### Bug Fixes

0 commit comments

Comments
 (0)