Add missing finalize calls in example (#2175)

- add missing calls to dataset.finalize in the example recording scripts
- add section in the dataset docs on calling dataset.finalize
This commit is contained in:
Michel Aractingi
2025-10-11 21:15:43 +02:00
committed by GitHub
parent f2ff370459
commit 0c79cf8f4e
8 changed files with 47 additions and 0 deletions

View File

@@ -194,4 +194,6 @@ for episode_idx in range(NUM_EPISODES):
log_say("Stop recording")
robot.disconnect()
listener.stop()
dataset.finalize()
dataset.push_to_hub()