Recording Cumulative Energy in Isaac Lab with SKRL #2930
Answered
by
Toni-SM
amirhnourian
asked this question in
Q&A
-
Hello everyone, I’m using SKRL to train my rover robot in Isaac Lab, and I’d like to measure the total energy consumed over each episode. By default, SKRL doesn’t expose energy‐usage metrics from Isaac Lab, so I’m looking for:
Any tips or code examples on how to implement this would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Toni-SM
Jul 14, 2025
Replies: 1 comment
-
Whether scalar value you put on the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amirhnourian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @amirhnourian
Whether scalar value you put on the
self.extra
dict will be logged to TensorBoardIsaacLab/source/isaaclab_tasks/isaaclab_tasks/direct/franka_cabinet/franka_cabinet_env.py
Lines 459 to 467 in 3d5ea25