Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 465 Bytes

installation.rst

File metadata and controls

25 lines (17 loc) · 465 Bytes

Installation

Recommended Platforms

d3rlpy is only tested on Linux and macOS. However, you can possibly run d3rlpy on Windows as long as PyTorch runs since it's the core dependency.

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 .