metadata
title: Eleusis
emoji: π
colorFrom: green
colorTo: gray
sdk: static
app_file: index.html
pinned: false
Eleusis
Play Eleusis β the card game of scientific induction β against a hidden rule, and compare your game with a trained 4B model that played the exact same deal.
Two variants, switchable at the top of the page:
| π Benchmark rules | π Simple rules | |
|---|---|---|
| Hidden rules | 26 eval rules from the Eleusis benchmark | 6 held-out simple rules Γ 4 deals |
| Turns | 10 | 8 |
| Redraws | played card replaced from the deck | none β your hand shrinks |
| Model replays | Qwen3.5-4B-eleusis-rl4-consistency-step30 (26Γ8 verification run) | Qwen3.5-4B LoRA, step 90 of this hosted RL run (24Γ8 eval) |
How it works
- New game draws a hidden rule from the selected variant's eval set.
- Each turn you pick a card from your hand to test: the rule accepts it onto the mainline or rejects it.
- At any turn you may also write a rule guess (a small Python predicate over
card/mainline), or describe it in English and let β¨ Translate draft the Python. Guessing is free and judged by behavioral equivalence β the exact check used to evaluate the model. - Reveal the model's game whenever you like: real recorded games on the same rule and the same deal (starter card, hand, and draw order) β not live inference.
Fairness notes
- You and the model face the identical deal. In the benchmark variant, if you draw past the model's recorded sequence, remaining draws come from a per-rule deterministic shuffle.
- The model submitted a rule hypothesis every turn with no tools beyond
play(rule, card)β the same interface you have here.
Built with the eleusis environment; the in-Space rule engine is extracted verbatim from it.