Skip to content

maxspahn/open_spiel_quoridor

Repository files navigation

Learning Quoridor

In this repository, open_spiel is used to train an agent to play Quoridor.

My agent is still very bad (Qlearning), how would you approach it?

Install tensorflow with gpu support

https://towardsdatascience.com/installing-tensorflow-gpu-in-ubuntu-20-04-4ee3ca4cb75d

Dependencies

You must have python installed as well as cmake and a cpp compiler.

sudo apt install cmake clang

Installation

Best is to install via poetry as it automatically sets up a virtual environment.

poetry install

Multiplayer gaming through

poetry shell
python3 multi_player.py

Policies

Trained policies are not uploaded.

About

Playground for RL boardgame quoridor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages