To install follow the instructions.
- Clone this repo
git clone https://gitlab.com/nicofirst1/rl-werewolf --recursive
- (Optional) source your custom environment
- 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]
This repo uses a custom version of rllib so you need to follow the instructions on how to install the custom ray library.
- Download the necessary dependencies.
- Run
ray/ci/travis/install-bazel.sh
- 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.