mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 17:56:07 +00:00
chore(rollout): log episode success label and buffer length
This commit is contained in:
@@ -365,6 +365,7 @@ class DAggerStrategy(RolloutStrategy):
|
|||||||
return
|
return
|
||||||
|
|
||||||
label = self._events.consume_episode_success()
|
label = self._events.consume_episode_success()
|
||||||
|
logger.info("_stamp_episode_success: label=%s, buffer_len=%d", label, len(success_buf))
|
||||||
|
|
||||||
if label:
|
if label:
|
||||||
success_buf[-1] = np.array([True], dtype=bool)
|
success_buf[-1] = np.array([True], dtype=bool)
|
||||||
|
|||||||
Reference in New Issue
Block a user