Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 711 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 711 Bytes

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.