Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 735 Bytes

baselines_installation_guide_for_Windows.md

File metadata and controls

11 lines (10 loc) · 735 Bytes

baselines installation guide for Windows

OpenAI's baselines does not provide an official support for Windows. Simply running pip install baselines will result in

-Failed building wheel for atari-py

However, atari-py is the only part of gym causing problems. Luckily, you can easily install a precompiled atari-py. Follow these steps:

  1. pip install baselines to install all requirements apart from gym. This will result in the above error, but just proceed
  2. pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py
  3. pip install baselines