Installation

How to install ChainerRL

ChainerRL is tested with 3.6. For other requirements, see requirements.txt.

requirements.txt
cached-property
chainer>=4.0.0
gym>=0.9.7
numpy>=1.10.4
pillow
scipy

ChainerRL can be installed via PyPI,

pip install chainerrl

or through the source code:

git clone https://github.com/chainer/chainerrl.git
cd chainerrl
python setup.py install