stefanbo92 / A3C-ContinuousLinks
Tensorflow implementation of the asynchronous advantage actor-critic (a3c) reinforcement learning algorithm for continuous action space
☆46Updated 8 years ago
Alternatives and similar repositories for A3C-Continuous
Users that are interested in A3C-Continuous are comparing it to the libraries listed below
Sorting:
- Proximal policy optimization in PyTorch. Easy to read and understand.☆51Updated 5 years ago
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆176Updated 2 years ago
- TF2 Implementation of the Soft Actor-Critic Algorithm☆44Updated 2 years ago
- Repository for codes of 'Deep Reinforcement Learning'☆218Updated 6 years ago
- MAGNet: Multi-agents control using Graph Neural Networks☆132Updated 6 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 4 years ago
- Implementation of Multi-Agent Reinforcement Learning algorithm(s). Currently includes: MADDPG☆67Updated 6 years ago
- Basic reinforcement learning implementation with tensorflow version 2.0☆52Updated 5 years ago
- This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled …☆119Updated last year
- (AAAI 2018) Action Branching Architectures for Deep Reinforcement Learning☆117Updated 2 years ago
- Attention-based Curiosity-driven Exploration in Deep Reinforcement Learning