Skip to content

KPLauritzen/gym-splt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gym env for the SPL-T game

Wrapper around a simulation of SPL-T, to fit it into the gym reinforcement learning framework.

Installation

git clone https://github.com/KPLauritzen/gym-splt
cd gym-splt
pip install -e .

Usage

To initialize the env:

import gym
import gym_splt
env = gym.make('splt-v0')

See gym docs for further instruction in how to interact with a gym.Env.

Credits

Inspired by the game SPL-T by SIMOGO.

The core simulation was done by Craig Polley in brute_spl-t. Read his excellent write-up on taking lots of random actions in the game here with HN discussion here.

About

Wrapper around a simulation of SPL-T, to fit it into the gym reinforcement learning framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages