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
git clone https://github.com/yarncraft/DockerizedOpenSpiel.git
cd DockerizedOpenSpiel
docker build -t openspiel .
docker run openspiel build/examples/example --game=tic_tac_toe
docker run openspiel python3 python/examples/matrix_game_example.py
Special thanks to Edward Lockhart https://github.com/elkhrt for helping out!