Skip to content

JJALBS/Reinforcement-Learning-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Study

This repository contains Jupyter notebooks documenting my study of foundational reinforcement learning algorithms.

Contents

DQN.ipynb

This notebook includes:

  1. A vanilla implementation of the DQN algorithm.
  2. The PyTorch example version of DQN.

Actor_Critic.ipynb

This notebook includes:

  1. REINFORCE
  2. A2C
  3. PPO

These algorithms are implemented as vanilla versions, except that the policy update direction is normalised.

Environment Setup

This project uses a Conda environment specified in environment.yml. From the project root directory, run:

conda env create -f environment.yml

About

A self study log that includes DQN and a few elementary on-policy methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors