pytorch-a2c-ppo-acktr-gail

RL frameworks

An open-source implementation of several reinforcement learning algorithms in PyTorch

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).

GitHub

4k stars
66 watching
830 forks
Language: Python
last commit: over 4 years ago
a2cacktractor-criticadvantage-actor-criticaleataricontinuous-controldeep-learningdeep-reinforcement-learninghessiankfackronecker-factored-approximationmujoconatural-gradientsppoproximal-policy-optimizationpytorchreinforcement-learningroboschoolsecond-order

Related projects:

RepositoryDescriptionStars
p-christ/deep-reinforcement-learning-algorithms-with-pytorchPyTorch implementations of popular deep reinforcement learning algorithms and environments.5,669
ikostrikov/pytorch-trpoA PyTorch implementation of an optimization algorithm for continuous control and reinforcement learning tasks435
andrewliao11/pytorch-a3c-mujocoAn implementation of the Actor-Critic algorithm for continuous control tasks in MuJoCo environments using PyTorch.73
pytorch/botorchA PyTorch-based library for Bayesian optimization, providing a modular interface for composing and optimizing probabilistic models.3,126
shangtongzhang/deeprlA modularized implementation of various deep reinforcement learning algorithms in PyTorch3,209
thu-ml/tianshouA high-performance reinforcement learning library with modular interfaces and user-friendly APIs for building deep learning agents.8,069
ikostrikov/pytorch-ddpg-nafAn implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks.307
dgriff777/rl_a3c_pytorchAn implementation of an A3C algorithm for reinforcement learning in Pytorch, with various optimizations and extensions to accelerate training.562
tju-drl-lab/ai-optimizerA next-generation deep reinforcement learning toolkit with libraries for multiagent, self-supervised, offline, and transfer/reinforcement learning4,848
higgsfield/rl-adventureA tutorial on implementing and extending the Deep Q Network algorithm for reinforcement learning tasks3,043
pytorch/examplesA collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning.22,530
onlytailei/carla_cil_pytorchImplementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset.65
onlytailei/a3c-pytorchAn implementation of Advantage async Actor-Critic Algorithms in PyTorch for Deep Reinforcement Learning114
cpnota/autonomous-learning-libraryA comprehensive library for building deep reinforcement learning agents using PyTorch647
alexis-jacq/pytorch-dppoA PyTorch implementation of Distributed Proximal Policy Optimization algorithm180