Installation

How to install PFRL

PFRL is tested with 3.7.7. For other requirements, see requirements.txt.

requirements.txt
torch>=1.3.0
gym>=0.9.7
numpy>=1.10.4
filelock
pillow

PFRL can be installed via PyPI,

pip install pfrl

or through the source code:

git clone https://github.com/pfnet/pfrl.git
cd pfrl
python setup.py install