To install follow the instructions.
- Clone this repo
git clone https://github.com/olipinski/rl_werewolf.git
- (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]