Training¶
Monitor and trigger training runs.
Cloud Pro+ Feature
Training requires Cloud Pro ($99/mo) or Team ($299/mo) plan.
Check Training Status¶
stats = zubbl.training_stats()
print(f"Model: {stats['model_name']}")
print(f"Buffered: {stats['trajectories_buffered']}/{stats['buffer_threshold']}")
print(f"Total runs: {stats['training_runs']}")
Trigger Training¶
Training runs automatically when the buffer reaches the threshold (default: 50 trajectories).