Skip to content

Collection of board and card games implemented as reinforcement learning environments, together with proposed solutions.

Notifications You must be signed in to change notification settings

IndoorAdventurer/tabletop-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabletop-RL

WARNING!

This repo is very far from finished! Currently it has no use at all..

A collection of board and card games implemented as reinforcement learning environments, together with proposed solutions.

Building (work in progress)

You can build the project using CMake:

cmake -S . -B build
cmake --build build

To do all the unittests, you can do:

cd build/
ctest

About

Collection of board and card games implemented as reinforcement learning environments, together with proposed solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published