Skip to content
/ rl-base Public

A collection of my own implementations and tweaks to RL stuff I find cute

Notifications You must be signed in to change notification settings

mugoh/rl-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-base

This is collection of RL baseline algorithms and hand-picked papers across different RL topics I am trying to understand better or just implement for fun.

Most of the papers I have chosen to try and implement are from the Spinning up Key papers in deep RL list

Setup

Install dependencies

    $ pip install -r requirements.txt

Install the package

    $ pip install -e .

Most implementations are standalone and can be run by executing the main file as a script. See each implemention's directory in rlbase/ for further details.

About

A collection of my own implementations and tweaks to RL stuff I find cute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published