ProCreations's picture
Publish DiscoGen exact native reproduction
6fd091d verified
|
Raw
History Blame Contribute Delete
720 Bytes
---
title: "Reproduction: DiscoGen Procedural Algorithm-Discovery Tasks"
emoji: 🪩
colorFrom: purple
colorTo: blue
sdk: static
pinned: false
short_description: Native DiscoGen task-space and benchmark audit
tags:
- trackio
- open-reproductions
- icml2026-repro
- paper-0Mvm3lqLjF
---
# Reproduction bundle
Direct deterministic execution of all five registered claims against arXiv v1
and the matching official v1.0.0 release.
```bash
python3 -m pip install -r requirements.txt
PYTHONDONTWRITEBYTECODE=1 PYTHONWARNINGS=error python3 reproduce.py --bundle-root . --output-dir /tmp/discogen-replay
PYTHONDONTWRITEBYTECODE=1 python3 validate_evidence.py
PYTHONDONTWRITEBYTECODE=1 python3 verify_manifest.py
```