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