Holdem Solver Artifacts
This is the large-artifact companion repository for
humanfy/Holdem_Solver.
It stores content-addressed recovery snapshots and accepted large releases. Source code, tests, requirements, architecture, and operational documentation remain authoritative in GitHub.
Current status
The current training-handoffs/holdem-v1 content is recovery state captured
from an unfinished solver run. It is not a claim that every continuation job
converged and it is not a complete GTO release.
Current stable recovery snapshot:
- snapshot ID:
d7bb6c3863ce-dd329759e9e8773f; - source commit:
d7bb6c3863ce4c238b6ae23c918a6a5519441274; - manifest SHA-256:
dd329759e9e8773fafbe95758d13bfbcb57c82bc0a45d659cb93f607c6dae557; - captured scheduler state: 43 complete, 1 running, 28 pending.
Latest incremental job-boundary snapshot:
- snapshot ID:
d7bb6c3863ce-5a436b7d708a09d2; - manifest SHA-256:
5a436b7d708a09d23351911bdace69d78db4f039d0e462397be7b1c78aeb9cf8; - captured scheduler state: 44 complete, 1 running, 27 pending;
- 327 objects reused and 9 new objects uploaded (1,674,910,965 bytes);
- all 336 referenced objects independently matched remote size and LFS SHA-256;
- local verification mode: metadata, anchored to the fully verified stable snapshot above.
Every snapshot contains:
- a manifest bound to the exact solver source commit;
- raw and stored size plus SHA-256 for every logical file;
- the environment inventory and saved launcher configuration;
- a hash-bound verifier and restore procedure;
- key checkpoint metadata verified against the remote LFS SHA-256.
Layout
manifests/ Repository-level indexes
latest.json Most recently published job boundary
final.json Terminal all-jobs-complete receipt
job-boundaries/<snapshot-id>.json Immutable boundary receipts
training-handoffs/holdem-v1/
objects/ Shared immutable compressed objects
snapshots/<snapshot-id>/ Immutable manifest and restore metadata
releases/ Accepted solver release artifacts only
tables/ Large published table bundles
Objects are shared across snapshots. A newer snapshot uploads only content not already present in this repository.
Routine job-boundary snapshots use metadata and size checks for unchanged objects and verify remote size plus LFS SHA-256 for key checkpoints. Stable and final acceptance snapshots retain full local decompression verification.
Do not treat a training handoff as an accepted strategy release. Release claims and their acceptance evidence are defined by the bound GitHub revision.