MrSyee / pg-is-all-you-need
Policy Gradient is all you need! A step-by-step tutorial for well-known PG methods.
☆891Updated last month
Alternatives and similar repositories for pg-is-all-you-need:
Users that are interested in pg-is-all-you-need are comparing it to the libraries listed below
- Soft Actor-Critic☆1,039Updated last year
- PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT…☆1,178Updated last year
- Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official imp…☆1,268Updated last year
- Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow☆1,909Updated 3 months ago
- PyTorch implementation of soft actor critic☆852Updated 3 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,155Updated 4 years ago
- PyTorch implementation of deep reinforcement learning algorithms☆494Updated 3 years ago
- Author's PyTorch implementation of TD3 for OpenAI gym tasks☆1,786Updated last year
- Structural implementation of RL key algorithms