Installation

from pip

pip is a recommended way to install d3rlpy:

$ pip install d3rlpy

from source

You can also install via GitHub repository:

$ git clone https://github.com/takuseno/d3rlpy
$ cd d3rlpy
$ pip install -e .