mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-06 01:27:08 +00:00
fbfc861cf2
Drop the with-replacement sampled path: delete run_pool_stream_simulation and the --coverage flag; the streaming keep-up sim always uses run_exact_coverage_stream (ExactCoveragePool), so every frame of every episode is decoded exactly once per epoch. --pool-samples-per-episode is kept as a deprecated no-op so existing commands still parse (exact mode evicts an episode only when all its frames are emitted, so a turnover cadence no longer applies). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>