DeepRL Algorithms and Methods

Setup

  1. Python: <= 3.7 <= 3.10
  2. Install virtual environment, python -m venv venv
  3. Activate virtual environment venv, source venv/bin/activate
  4. Install dependencies, pip install -r requirements.txt

Content