/DockerizedOpenSpiel

A dockerfile template containing the OpenSpiel RL environment.

Primary LanguageDockerfileMIT LicenseMIT

DockerizedOpenSpiel

A dockerfile template containing the OpenSpiel RL environment.

❗My Dockerfile was merged in the Open_Spiel master branch, and will be kept up to date on that repository from now onwards, more information: https://github.com/deepmind/open_spiel/blob/master/docs/install.md

Installation

git clone https://github.com/yarncraft/DockerizedOpenSpiel.git
cd DockerizedOpenSpiel

docker build -t openspiel .
docker run openspiel build/examples/example --game=tic_tac_toe

Running Python scripts

docker run openspiel python3 python/examples/matrix_game_example.py

Acknowledgements

Special thanks to Edward Lockhart https://github.com/elkhrt for helping out!