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?
https://towardsdatascience.com/installing-tensorflow-gpu-in-ubuntu-20-04-4ee3ca4cb75d
You must have python installed as well as cmake and a cpp compiler.
sudo apt install cmake clang
Best is to install via poetry as it automatically sets up a virtual environment.
poetry install
poetry shell
python3 multi_player.py
Trained policies are not uploaded.