Skip to content

Commit

Permalink
add missing requirements, describe how to install outdated pysc2
Browse files Browse the repository at this point in the history
  • Loading branch information
inoryy committed Oct 5, 2018
1 parent 6ab15fb commit dae4539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dae4539

Please sign in to comment.