Skip to content

teslacool/RL-Algo-Zoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL Algo Zoo

This is one naive RL algorithm repo, used to facilitate my future research and urge my own learning.

This repo is mainly modified from Spinning Up, Stable Baselines and Baselines. I will try to complete this repo using only Pytorch.

Algorithms

  • PPO
  • SAC
  • More...

Getting Started

Requirements and Installation

  • Pytorch >= 1.5
  • Python >= 3.6.1
git clone https://github.com/teslacool/RL-Algo-Zoo
cd RL-Algo-Zoo 
pip install -e .

Toy PPO

python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published