Skip to content

afcarl/chaos_theory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chaos_theory

Implementations of various RL algorithms using OpenAI Gym environments

TODO:

  • Cross-Entropy Method
  • TRPO/Natural Policy Gradients
  • QProp

Requirements

Optional Libraries

  • imageio (for recording gifs)

Instructions

REINFORCE Cartpole experiment:

python scripts/run_reinforce.py

DDPG Half-Cheetah experiment:

python scripts/run_ddpg2.py

About

Deep reinforcement learning library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%