/gdrl

Code to go along with the Grokking Deep Reinforcement Learning book

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Grokking Deep Reinforcement Learning

Installation instructions

  1. Install "conda" or similar. https://conda.io/docs/user-guide/install/download.html
  2. Create environment with conda create --name gdrl python=3
  3. Install packages with pip install -r requirements.txt
  4. Start the Notebook, jupyter notebook