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: almost 8 years ago a3cdeep-reinforcement-learning
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of an A3C algorithm for reinforcement learning in Pytorch, with various optimizations and extensions to accelerate training. | 562 |
| An implementation of Asynchronous Advantage Actor-Critic in PyTorch for training AI models on reinforcement learning tasks | 38 |
| An implementation of the Actor-Critic algorithm for continuous control tasks in MuJoCo environments using PyTorch. | 73 |
| Implementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset. | 65 |
| A PyTorch implementation of the REINFORCE algorithm for reinforcement learning in continuous and discrete environments. | 266 |
| An implementation of Adversarial Autoencoders using PyTorch for training neural networks on structured data. | 199 |
| An implementation of a neural network architecture for learning optimal value functions in reinforcement learning problems | 79 |
| A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
| A PyTorch implementation of an optimization algorithm for continuous control and reinforcement learning tasks | 435 |
| Reimplements MobileNet-V2 and IGCV3 using PyTorch for efficient deep learning. | 19 |
| A PyTorch implementation of attributing the impact of inputs on deep neural network outputs | 182 |
| Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 830 |
| A deep learning project implementing structured pruning algorithms in PyTorch for efficient neural network training and inference. | 112 |
| This project implements a PyTorch-based framework for learning discrete communication protocols in multi-agent reinforcement learning environments. | 349 |