Installation

How to install ChainerRL

ChainerRL is tested with Python 2.7+ and 3.5.1+. For other requirements, see requirements.txt.

requirements.txt
cached-property
chainer>=2.0.0
fastcache; python_version<'3.2'
funcsigs; python_version<'3.5'
future
gym>=0.7.3
numpy>=1.10.4
pillow
scipy
statistics; python_version<'3.4'

ChainerRL can be installed via PyPI:

pip install chainerrl

It can also be installed from the source code:

python setup.py install