From ef672a0db96b613da736ae9c6f0c1f43d529f524 Mon Sep 17 00:00:00 2001 From: Mehdi Mirza Date: Fri, 11 Sep 2020 09:31:35 +0100 Subject: [PATCH] Adds physics_planning_games. PiperOrigin-RevId: 331167767 --- README.md | 1 + physics_planning_games/README.md | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3268d62..a2b2e06 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ https://deepmind.com/research/publications/ Objects](graph_matching_networks), ICML 2019 * [REGAL: Transfer Learning for Fast Optimization of Computation Graphs](regal) * [PolyGen: PolyGen: An Autoregressive Generative Model of 3D Meshes](polygen), ICML 2020 +* [Physically Embedded Planning Problems](physics_planning_games) ## Disclaimer diff --git a/physics_planning_games/README.md b/physics_planning_games/README.md index 75ec466..112c31d 100644 --- a/physics_planning_games/README.md +++ b/physics_planning_games/README.md @@ -31,14 +31,18 @@ by: ``` pip3 install -r requirements.txt ``` - ### Board games The game logic is based on [open_spiel]. Please install as instructed [here]. [gnugo] is required to play the game of Go against a non-random opponent. [gnugo] can be installed in Ubuntu by: ``` apt install gnugo ``` -. Board game scripts except gnugo binary to be at: `/usr/games/gnugo` + +Board game scripts expect gnugo binary to be at: `/usr/games/gnugo`. Users can +change this path inside `board_games/go_logic.py` + +This library has only been tested on Ubuntu. + ## Example usage The code snippets below show examples of instantiating each of the environments.