Skip to content

PGX - MCTX - JAX ConnectFour example converted to use a browser interface instead of a Jupyter notebook

License

Notifications You must be signed in to change notification settings

bcorfman/pgx-connectfour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PgxConnectFour

A version of this example game that uses Google's PGX and Monte-Carlo Tree Search in JAX to play Connect Four. The original Jupyter notebook version had stopped working over time. I reimplemented it as a real browser-based game using NiceGUI.

To run the game

  • At a command prompt, type make install to install the Rye dependency manager on your system (if needed). After Rye is installed, it will download the supporting Python libraries inside a virtual environment.
  • Once the install has completed, type make run to launch the game.

About

PGX - MCTX - JAX ConnectFour example converted to use a browser interface instead of a Jupyter notebook

Topics

Resources

License

Stars

Watchers

Forks