Skip to content

Pygame based UIs to play games from the open_spiel project.

License

Notifications You must be signed in to change notification settings

giogix2/pygame_spiel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame_spiel: Pygame-based UI to play board Reinforcement Learning games from OpenSpiel

PygameSpiel is a Pygame-based library to play board games from the library OpenSpiel against AI algorithms.

Install

pip install pygame_spiel

Version 0.1.1

Games currently available:

  • Breakthrough
  • Tic Tac Toe

AI algorithms available:

  • mcts, DQN (currently only for breakthrough)

more to come...

Overview

Run Pygame_spiel with:

pygame_spiel

menu

Use your mouse to select the cell (tic tac toe) or select pawn and destination cell (breakthrough).

breakthrough_tic_tac_toe

About

Pygame based UIs to play games from the open_spiel project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages