All Projects → sparisi → td-reg

sparisi / td-reg

Licence: other
TD-Regularized Actor-Critic Methods

Programming Languages

matlab
3953 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to td-reg

Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+2185.71%)
Mutual labels:  policy-gradient, trpo, ppo
Pytorch Rl
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
Stars: ✭ 658 (+2250%)
Mutual labels:  policy-gradient, trpo, ppo
Deep Reinforcement Learning With Pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Stars: ✭ 1,345 (+4703.57%)
Mutual labels:  policy-gradient, trpo, ppo
Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Stars: ✭ 222 (+692.86%)
Mutual labels:  policy-gradient, trpo, ppo
Deeprl algorithms
DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)
Stars: ✭ 97 (+246.43%)
Mutual labels:  policy-gradient, trpo, ppo
Tianshou
An elegant PyTorch deep reinforcement learning library.
Stars: ✭ 4,109 (+14575%)
Mutual labels:  policy-gradient, trpo, ppo
Lagom
lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.
Stars: ✭ 364 (+1200%)
Mutual labels:  policy-gradient, ppo
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (+517.86%)
Mutual labels:  trpo, ppo
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (+92.86%)
Mutual labels:  policy-gradient, ppo
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+24714.29%)
Mutual labels:  policy-gradient, ppo
Slm Lab
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
Stars: ✭ 904 (+3128.57%)
Mutual labels:  policy-gradient, ppo
Reinforcement Learning
Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3
Stars: ✭ 61 (+117.86%)
Mutual labels:  policy-gradient, ppo
Ppo Pytorch
Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch
Stars: ✭ 325 (+1060.71%)
Mutual labels:  policy-gradient, ppo
TRPO-TensorFlow
Trust Region Policy Optimization (TRPO) in pure TensorFlow
Stars: ✭ 17 (-39.29%)
Mutual labels:  policy-gradient, trpo
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+10628.57%)
Mutual labels:  policy-gradient, ppo
Ros2learn
ROS 2 enabled Machine Learning algorithms
Stars: ✭ 119 (+325%)
Mutual labels:  trpo, ppo
Run Skeleton Run
Reason8.ai PyTorch solution for NIPS RL 2017 challenge
Stars: ✭ 83 (+196.43%)
Mutual labels:  trpo, ppo
Torchrl
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
Stars: ✭ 90 (+221.43%)
Mutual labels:  trpo, ppo
Reinforcement learning
Reinforcement learning tutorials
Stars: ✭ 82 (+192.86%)
Mutual labels:  policy-gradient, ppo
LWDRLC
Lightweight deep RL Libraray for continuous control.
Stars: ✭ 14 (-50%)
Mutual labels:  policy-gradient, ppo

This repository contains the implementation of the TD-Regularized Actor-Critic Methods.

  • LQR and single/double pendulum experiments are implemented in Matlab.
  • PPO experiments are implemented in Tensorflow.
  • TRPO experiments are implemented in PyTorch.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].