InstallationΒΆ

Direct installation:

1
pip install rlzoo

Install from the source code on github:

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