File size: 720 Bytes
afae109 6fd091d afae109 6fd091d afae109 6fd091d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
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
```
|