Skip to content

Commit 45ff89d

Browse files
committed
update change log
1 parent 2a336db commit 45ff89d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

source/isaaclab/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
# Note: Semantic Versioning is used: https://semver.org/
4-
version = "0.41.5"
4+
version = "0.41.6"
55

66
# Description
77
title = "Isaac Lab framework for Robot Learning"

source/isaaclab/docs/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
---------
33

4+
0.41.6 (2025-08-06)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
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+
415
0.41.5 (2025-07-31)
516
~~~~~~~~~~~~~~~~~~~
617

0 commit comments

Comments
 (0)