/tf2.0_reinforcement_learning

Basic reinforcement learning implementation with tensorflow version 2.0

Primary LanguagePython

Reinforcement Learning with Tensorflow 2.0

Value Based Reinforcement Learning(Click to code)

Policy Based Reinforcement Learning(Click to code)

Advantage(Click to code)

Reference

  1. Deep Q Learning
  2. Double Deep Q Learning
  3. Dueling Deep Q Learning
  4. Prioritized Experience Replay
  5. Actor Critic
  6. Proximal Policy Optimization
  7. High-Dimensional Continuous Control Using Generalized Advantage Estimation
  8. tf2.0-Guide
  9. Implicit Quantile Networks for Distributional Reinforcement Learning
  10. Multi Step Learning