Skip to content

Add support for rendering during training in benchmark configurations - #588

Merged
Victorbares merged 5 commits into
3.0from
vb/render_during_training
Sep 9, 2026
Merged

Victorbares merged 5 commits into
3.0from
vb/render_during_training

Conversation

@Victorbares

@Victorbares Victorbares commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

What

  • Add eval.keep_zlib_replays to control whether intermediate .replay.zlib files are retained after HTML rendering.
  • Delete compressed replay files by default once self-contained HTML replays are generated.
  • Rename the replay directory from replays/ to replays_zlib/.
  • Update evaluation documentation, configuration, and tests.

Why

Rendered HTML replays are self-contained, so retaining their compressed source files unnecessarily consumes storage.

Notes

  • Set eval.keep_zlib_replays=true to retain compressed replay bundles.
  • Rendered HTML pages and their index.html remain available regardless of this setting.
  • Existing workflows expecting replay files under replays/ must use replays_zlib/ instead.

@Victorbares
Victorbares marked this pull request as ready for review September 8, 2026 09:46
@Victorbares
Victorbares marked this pull request as draft September 8, 2026 12:44
@Victorbares
Victorbares marked this pull request as ready for review September 9, 2026 08:53
@Victorbares
Victorbares merged commit d3b7cd1 into 3.0 Sep 9, 2026
12 checks passed
@vcharraut
vcharraut deleted the vb/render_during_training branch September 9, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants