Deep Reinforcement Learning with DQN, Double DQN, Dueling DQN, Noisy Net (Noisy DQN), and DQN with Prioritized Experience Replay
☆100Jun 28, 2020Updated 6 years ago
Alternatives and similar repositories for Deep-Reinforcement-Learning-DQN
Users that are interested in Deep-Reinforcement-Learning-DQN are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Deep Q-Learning traffic light agent using Reinforcement Learning to maximize efficiency in a custom SUMO environment☆12Jul 26, 2023Updated 3 years ago
- Deep Q-Network (DQN) with Prioritized Experience Replay (PER)☆17Jan 1, 2020Updated 6 years ago
- very easy implementation of dueling DQN in pytorch☆73Dec 6, 2022Updated 3 years ago
- A smart traffic light control system using DQN reinforcement learning model, trained on simulated traffic data generated by SUMO and depl…☆10May 10, 2024Updated 2 years ago
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆569May 12, 2018Updated 8 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- The code and the trained model for A Deep Q-Network for Robotic Odor/Gas Source Localization: Modeling, Measurement and Comparative Study☆10Jul 14, 2023Updated 3 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆217Mar 15, 2023Updated 3 years ago
- Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout☆98Jun 22, 2018Updated 8 years ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆71Jul 18, 2026Updated last month
- ☆11Jan 11, 2022Updated 4 years ago
- Tensorflow + OpenAI Gym implementation of Deep Q-Network (DQN), Double DQN (DDQN), Dueling Network and Deep Deterministic Policy Gradient…