gutfeeling / rlcourse_exercises

Exercises in Reinforcement Learning Crash Course https://rlcourse.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercises in Reinforcement Learning Crash Course as a git repo

How to fetch the exercises

  • Using HTTPS
    git clone https://github.com/gutfeeling/rlcourse_exercises.git
  • Using SSH
    git clone git@github.com:gutfeeling/rlcourse_exercises.git

How to do the exercises

  1. Activate the virtualenv you created in the lesson on Gym installation
  2. Change directory
    cd rlcourse_exercises
  3. Start the Jupyter server
    jupyter notebook
  4. Once the notebook frontend appears in the browser, find the relevant exercise (they are arranged by chapter) and click on it.

About

Exercises in Reinforcement Learning Crash Course https://rlcourse.com


Languages

Language:Jupyter Notebook 100.0%