InstallationΒΆ

RLzoo generally requires Python>=3.5. Also if you want to use DeepMind Control Suite environment, Python 3.6 will be required.

Direct installation:

1
pip3 install rlzoo --upgrade

Install from the source code on github:

1
2
3
git clone https://github.com/tensorlayer/RLzoo.git
cd RLzoo
pip3 install .