Skip to content

Collection of DRL scripts (as short as possible) that DO work, out of the box, on simple gym environments, both in tensorflow and pytorch. Either collected from other authors (referred at the beginning of the script) or made by me (when not referring).

Notifications You must be signed in to change notification settings

DanielLSM/DRL-simple-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of Deep Reinforcement Learning scripts (as short as possible) on simple gym environments.

Why this repo exists:

  • For learning purposes.
  • Because most implementations around the web have the algorithms wrapped on triple wrapped methods/classes, making it hard to read.
  • Because people that want to learn about DRL do not want to get their eyes twisted by Atari Wrappers.
  • From https://arxiv.org/pdf/1709.06560.pdf , performances vary highly across different implementations. So I wanted to create a small repo where every script works out of the box, on simple environments.
  • The focus is: Simple to read, Simple to work.
  • Standardize experiences.

About

Collection of DRL scripts (as short as possible) that DO work, out of the box, on simple gym environments, both in tensorflow and pytorch. Either collected from other authors (referred at the beginning of the script) or made by me (when not referring).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages