A3C-PyTorch

A3C algorithm implementation

An implementation of Advantage async Actor-Critic Algorithms in PyTorch for Deep Reinforcement Learning

PyTorch implementation of Advantage async actor-critic Algorithms (A3C) in PyTorch

GitHub

114 stars
8 watching
22 forks
Language: Python
last commit: over 9 years ago
a3cdeep-reinforcement-learning

Related projects:

RepositoryDescriptionStars
dgriff777/rl_a3c_pytorchAn implementation of an A3C algorithm for reinforcement learning in Pytorch, with various optimizations and extensions to accelerate training.562
rarilurelo/pytorch_a3cAn implementation of Asynchronous Advantage Actor-Critic in PyTorch for training AI models on reinforcement learning tasks38
andrewliao11/pytorch-a3c-mujocoAn implementation of the Actor-Critic algorithm for continuous control tasks in MuJoCo environments using PyTorch.73
onlytailei/carla_cil_pytorchImplementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset.65
chingyaoc/pytorch-reinforceA PyTorch implementation of the REINFORCE algorithm for reinforcement learning in continuous and discrete environments.266
fducau/aae_pytorchAn implementation of Adversarial Autoencoders using PyTorch for training neural networks on structured data.199
onlytailei/value-iteration-networks-pytorchAn implementation of a neural network architecture for learning optimal value functions in reinforcement learning problems79
kaiyangzhou/dassl.pytorchA PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision.1,236
zhanghang1989/pytorch-encodingA Python framework for building deep learning models with optimized encoding layers and batch normalization.2,044
ikostrikov/pytorch-trpoA PyTorch implementation of an optimization algorithm for continuous control and reinforcement learning tasks435
xxradon/igcv3-pytorchReimplements MobileNet-V2 and IGCV3 using PyTorch for efficient deep learning.19
tianhongdai/integrated-gradient-pytorchA PyTorch implementation of attributing the impact of inputs on deep neural network outputs182
tristandeleu/pytorch-maml-rlReplication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks830
alecwangcq/eigendamage-pytorchA deep learning project implementing structured pruning algorithms in PyTorch for efficient neural network training and inference.112
minqi/learning-to-communicate-pytorchThis project implements a PyTorch-based framework for learning discrete communication protocols in multi-agent reinforcement learning environments.349