Skip to content

Basic versions of agents from Spinning Up in Deep RL written in PyTorch

License

Notifications You must be signed in to change notification settings

jmichaux/spinning-up-basic

 
 

Repository files navigation

spinning-up-basic

Basic versions of agents from Spinning Up in Deep RL written in PyTorch. Work in progress.

To see differences between algorithms, try running diff -y <file1> <file2>, e.g., diff -y ddpg.py td3.py.

Algorithms

Results

VPG

VPG

TRPO

TRPO

PPO

PPO

DDPG

DDPG

TD3

TD3

SAC

SAC

Code Links

About

Basic versions of agents from Spinning Up in Deep RL written in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%