Jev Plays Balatro
Let Jev plan and play Balatro from structured game state.
What Jev decides
Hand focus, spending posture, and the next legal gameplay action.
A Balatro mod and controller give Jev a run-planning loop and a tactical loop for cards, discards, purchases, and consumables.
- Jev role
- Plan a run and choose tactical game actions.
- Input
- Structured Balatro state and currently available actions.
- Output
- A selected plan or tactical action for the game controller.
- Decision frequency
- At planning updates and each tactical game decision.
- Fallback
- The controller selects from legal actions; the published experiment does not claim a win.
How it works
Overview
The mod supplies structured state and legal actions rather than screenshots. Jev sets a run focus and chooses gameplay moves while Balatro executes them. The experiment is complete, but the repository reports no winning run: its best attempt reached the ante 8 Big Blind without clearing it.
- Language
- Python
- Author
- IgorWarzocha
Sources
Related projects
Jev × NetHack
Run Jev-controlled NetHack with recordings and reproducible research traces.
What Jev decides
Which currently available game action to take next.
Jev Autopilot
A Jev autopilot flies a simulated drone across a generated Three.js city and lands on a target pad.
What Jev decides
Throttle, yaw, pitch, roll, whether to commit to landing, and whether to cut the motors.
TypeSafe Mario
Jev plays Super Mario Bros. from structured emulator telemetry rather than screenshots.
What Jev decides
The next controller action, whether jumping is useful now, and the immediate danger level.