Simple A3C implementation with pytorch + multiprocessing
☆658Mar 10, 2023Updated 3 years ago
Alternatives and similar repositories for pytorch-A3C
Users that are interested in pytorch-A3C are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".☆1,323Sep 25, 2019Updated 6 years ago
- A continuous action space version of A3C LSTM in pytorch plus A3G design☆259Oct 11, 2024Updated last year
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆4,619Mar 24, 2023Updated 3 years ago
- PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinfor…☆3,898May 29, 2022Updated 3 years ago
- Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学☆9,454Mar 31, 2024Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Modularized Implementation of Deep RL Algorithms in PyTorch☆3,426Apr 16, 2024Updated 2 years ago
- PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Lear…☆1,281Feb 9, 2021Updated 5 years ago
- ☆24Nov 23, 2016Updated 9 years ago
- PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.☆423Mar 17, 2021Updated 5 years ago
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC