Skip to content

rainshowerLabs/jimbot

 
 

Repository files navigation

Balatro Gym

discord GitHub License

balatro-gym provides a Gymnasium environment for the poker-themed rougelike deck-builder Balatro. This project provides a standard interface to train reinforcement learning models for Balatro v1.0.0.

Install

git clone https://github.com/cassiusfive/balatro-gym
cd balatro-gym
pip install -e .

MDP - Observations, Actions and Rewards

Observation

WIP

Action

WIP

Reward

WIP

Usage

import gymnasium as gym
import balatro_gym

env = gym.make("BalatroGym-v0")

About

Gymnasium Environment for Balatro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.8%
  • Shell 0.2%