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

@@ -133,4 +133,6 @@ while recorded_episodes < NUM_EPISODES and not events["stop_recording"]:
log_say("Stop recording")
robot.disconnect()
listener.stop()
dataset.finalize()
dataset.push_to_hub()