yisun518 / gdrl

Code to go along with the Grokking Deep Reinforcement Learning book

Home Page:https://www.manning.com/books/grokking-deep-reinforcement-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code to go along with the Grokking Deep Reinforcement Learning book

https://www.manning.com/books/grokking-deep-reinforcement-learning

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%