Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51
☆319Mar 9, 2020Updated 6 years ago
Alternatives and similar repositories for deep-Q-networks
Users that are interested in deep-Q-networks are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆100Jul 23, 2019Updated 6 years ago
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆562May 12, 2018Updated 7 years ago
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆301Feb 13, 2024Updated 2 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆122Dec 18, 2020Updated 5 years ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆4,596Mar 24, 2023Updated 3 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL☆3,169Nov 4, 2021Updated 4 years ago
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆1,080May 19, 2021Updated 4 years ago
- The implement of all kinds of dqn reinforcement learning with Pytorch☆96Mar 25, 2021Updated 5 years ago
- Minimal Deep Q Learning (DQN & DDQN) implementations in Keras☆1,316Dec 4, 2020Updated 5 years ago
- Deep reinforcement learning (DQN) implements robot path planning☆16Oct 1, 2020Updated 5 years ago
- Deep Q-Learning Network in pytorch (not actively maintained)☆428Nov 1, 2017Updated 8 years ago
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆551May 25, 2020Updated 5 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…