We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a336db commit 45ff89dCopy full SHA for 45ff89d
source/isaaclab/config/extension.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
# Note: Semantic Versioning is used: https://semver.org/
4
-version = "0.41.5"
+version = "0.41.6"
5
6
# Description
7
title = "Isaac Lab framework for Robot Learning"
source/isaaclab/docs/CHANGELOG.rst
@@ -1,6 +1,17 @@
Changelog
---------
+0.41.6 (2025-08-06)
+~~~~~~~~~~~~~~~~~~~
+
+Fixed
8
+^^^^^
9
10
+* The old termination manager in :class:`~isaaclab.managers.TerminationManager` term_done logging logs the instantaneous
11
+term done count at reset. This let to inaccurate aggregation of termination count, obscuring the what really happening
12
+during the traing. Instead we log the episodic term done.
13
14
15
0.41.5 (2025-07-31)
16
~~~~~~~~~~~~~~~~~~~
17
0 commit comments