pytorch-a3c-mujoco

Actor-Critic algorithm

An implementation of the Actor-Critic algorithm for continuous control tasks in MuJoCo environments using PyTorch.

Implement A3C for Mujoco gym envs

GitHub

73 stars
6 watching
19 forks
Language: Python
last commit: almost 9 years ago
a3cactor-criticcontinuous-controlmujocopytorchreinforcement-learning

Related projects:

RepositoryDescriptionStars
rarilurelo/pytorch_a3cAn implementation of Asynchronous Advantage Actor-Critic in PyTorch for training AI models on reinforcement learning tasks38
onlytailei/a3c-pytorchAn implementation of Advantage async Actor-Critic Algorithms in PyTorch for Deep Reinforcement Learning114
dgriff777/rl_a3c_pytorchAn implementation of an A3C algorithm for reinforcement learning in Pytorch, with various optimizations and extensions to accelerate training.562
chingyaoc/pytorch-reinforceA PyTorch implementation of the REINFORCE algorithm for reinforcement learning in continuous and discrete environments.266
ruotianluo/self-critical.pytorchAn implementation of Self-critical Sequence Training for Image Captioning and related techniques.998
ikostrikov/pytorch-trpoA PyTorch implementation of an optimization algorithm for continuous control and reinforcement learning tasks435
ikostrikov/pytorch-a2c-ppo-acktr-gailAn open-source implementation of several reinforcement learning algorithms in PyTorch3,644
atgambardella/pytorch-esAn implementation of an optimization algorithm for training neural networks in machine learning environments.351
yukkyo/pytorch-filterresponsenormalizationlayerAn implementation of Filter Response Normalization Layer in PyTorch to improve the training of deep neural networks by eliminating batch dependence.86
alexis-jacq/pytorch-dppoA PyTorch implementation of Distributed Proximal Policy Optimization algorithm180
tianhongdai/integrated-gradient-pytorchA PyTorch implementation of attributing the impact of inputs on deep neural network outputs182
fducau/aae_pytorchAn implementation of Adversarial Autoencoders using PyTorch for training neural networks on structured data.199
packtpublishing/hands-on-intelligent-agents-with-openai-gymTeaching software developers to build intelligent agents using deep reinforcement learning and OpenAI Gym374
moskomule/eve.pytorchAn implementation of an optimization algorithm inspired by a 2016 research paper33
ethanluoyc/e2c-pytorchAn implementation of the E2C control policy in PyTorch, allowing customization and comparison with different neural network architectures.43