Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yamato/com.unity.ml-agents-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_editors:
enableNoDefaultPackages: !!bool true

trunk_editor:
- version: trunk
- version: 6000.4
testProject: DevProject

test_platforms:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/test_versions.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ test_editors:
extra_test: gym
- version: 6000.0
extra_test: sensor
- version: trunk
- version: 6000.3
extra_test: llapi
1 change: 1 addition & 0 deletions com.unity.ml-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to
#### com.unity.ml-agents (C#)
- Fixed tensor indexing to use correct CHW layout (#6239)
- Updated the installation doc (#6242)
- Fixed Unity Editor crashing when quitting in play mode (#6267)

#### ml-agents / ml-agents-envs
- Set the Torch version constraint to 2.8 (#6251)
Expand Down
1 change: 1 addition & 0 deletions com.unity.ml-agents/Runtime/Academy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ protected Academy()
LazyInitialize();

#if UNITY_EDITOR
EditorApplication.quitting += Dispose;
EditorApplication.playModeStateChanged += HandleOnPlayModeChanged;
#endif
}
Expand Down