From dae4539aa5c0d851ffa3973ca4d8c69ef443fcf1 Mon Sep 17 00:00:00 2001 From: Roman Ring Date: Fri, 5 Oct 2018 09:05:38 +0300 Subject: [PATCH] add missing requirements, describe how to install outdated pysc2 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c1578d6..b6db9ac 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,12 @@ A video of the trained agent on all minigames can be seen here: https://youtu.be ### Requirements +* [StarCraft II 3.17](https://github.com/Blizzard/s2client-proto#downloads) * Python 3.x * Tensorflow >= 1.3 +* [openAI baselines](https://github.com/openai/baselines) * PySC2 **1.2** [with action spec fix](https://github.com/deepmind/pysc2/pull/105) + * This is a relatively old version, simplest way to install it is to clone [my fork](https://github.com/inoryy/pysc2/tree/spec_fix_pickle) and run `pip install .` inside Good GPU and CPU are recommended, especially for full state/action space.