Installation

Installation of pytorch

For installing pytorch follow Quick Start Locally for your config.

Installation of blobrl

Download files:

git clone https://github.com/french-ai/reinforcement.git

Move to reinforcement directory:

cd reinforcement

Install blobrl

  • to use it:
pip install .
  • to help development:
pip install ".[dev]" .