Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.2 KB

Installation.md

File metadata and controls

24 lines (20 loc) · 1.2 KB

To install follow the instructions.

  1. Clone this repo git clone https://gitlab.com/nicofirst1/rl-werewolf --recursive
  2. (Optional) source your custom environment
  3. Install the environment pip install -r requirements.txt

Be sure to have compatible version of the following: 4. Tensorflow 5. Tensorflow probability 6. Ray - Remember to install ray[tune],ray[debug] and ray[rllib]

Installing Ray [deprecated]

This repo uses a custom version of rllib so you need to follow the instructions on how to install the custom ray library.

  1. Download the necessary dependencies.
  2. Run ray/ci/travis/install-bazel.sh
  3. Install ray:
cd ray/python
pip install -e . --verbose  # Add --user if you see a permission denied error.

If you ran into any problem for step 3 you probably need to follow bazel installation.