Skip to content

v0.4.9 — --quiet flag for clean CI output

Choose a tag to compare

@maruyamakoju maruyamakoju released this 19 Feb 05:54
· 44 commits to main since this release

What's new in v0.4.9

🔇 --quiet / -q flag

New flag on audit-sb3, audit-cleanrl, and audit subcommands:

deltatau-audit audit-sb3 --model model.zip --algo ppo --env CartPole-v1 --quiet
  • Suppresses episode-level tqdm progress bars and verbose mid-audit output
  • Final PASS/FAIL summary is always shown
  • Perfect for clean CI log output, grep-able pipelines, and automated scripts

🧪 Tests

9 new tests — 216 total.


See CHANGELOG.md for full history.

Full Changelog: v0.4.8...v0.4.9