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
114 stars
8 watching
22 forks
Language: Python
last commit: over 7 years ago a3cdeep-reinforcement-learning
Related projects:
Repository | Description | Stars |
---|---|---|
dgriff777/rl_a3c_pytorch | An implementation of an A3C algorithm for reinforcement learning in Pytorch, with various optimizations and extensions to accelerate training. | 562 |
rarilurelo/pytorch_a3c | An implementation of Asynchronous Advantage Actor-Critic in PyTorch for training AI models on reinforcement learning tasks | 38 |
andrewliao11/pytorch-a3c-mujoco | An implementation of the Actor-Critic algorithm for continuous control tasks in MuJoCo environments using PyTorch. | 73 |
onlytailei/carla_cil_pytorch | Implementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset. | 66 |
chingyaoc/pytorch-reinforce | A PyTorch implementation of the REINFORCE algorithm for reinforcement learning in continuous and discrete environments. | 264 |
fducau/aae_pytorch | An implementation of Adversarial Autoencoders using PyTorch for training neural networks on structured data. | 198 |
onlytailei/value-iteration-networks-pytorch | An implementation of a neural network architecture for learning optimal value functions in reinforcement learning problems | 79 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,041 |
ikostrikov/pytorch-trpo | A PyTorch implementation of an optimization algorithm for continuous control and reinforcement learning tasks | 433 |
xxradon/igcv3-pytorch | Reimplements MobileNet-V2 and IGCV3 using PyTorch for efficient deep learning. | 19 |
tianhongdai/integrated-gradient-pytorch | A PyTorch implementation of attributing the impact of inputs on deep neural network outputs | 181 |
tristandeleu/pytorch-maml-rl | Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 827 |
alecwangcq/eigendamage-pytorch | A deep learning project implementing structured pruning algorithms in PyTorch for efficient neural network training and inference. | 111 |
minqi/learning-to-communicate-pytorch | This project implements a PyTorch-based framework for learning discrete communication protocols in multi-agent reinforcement learning environments. | 346 |