Skip to content

Pa-wan/Deep-Reinforcement-Learning-Algorithm-Collectiion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Reinforcement--Learning

Logo

Collection of Deep Reinforcement Learning Algorithms in PyTorch.

Below a list of Jupyter Notebooks with implementations

Value Based / Offline Methods

Discrete Action Space

Distributional RL

Continuous Action Space

-[Soft-DQN] TODO


Policy Based / Online Methods

Discrete Action Space

Continuous Action Space

gae* = Generalized Advanted Estimation Source


Actor-Critic Algorithms


Upside-Down-Reinforcement-Learning

Discrete and continuous action space implementation of ⅂ꓤ


Munchausen Reinforcement Learning

Implementierungen von Munchausen RL


Model-Based RL


Black-Box Optimization


Multi-Agent Deep Reinforcement Learning

Hyperparameter Tuning

Gridsearch

Random Forest [TODO]

Genetic Algorithm [TODO]

====================================

About

Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.7%
  • Python 5.3%