fg91 / Deep-Q-LearningLinks
Tensorflow implementation of Deepminds dqn with double dueling networks
☆216Updated 5 years ago
Alternatives and similar repositories for Deep-Q-Learning
Users that are interested in Deep-Q-Learning are comparing it to the libraries listed below
Sorting:
- A library for ready-made reinforcement learning agents and reusable components for neat prototyping☆301Updated last year
- PyTorch Agent Net: reinforcement learning toolkit for pytorch☆546Updated 9 months ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆346Updated 5 years ago
- ☆412Updated 2 years ago
- Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)☆545Updated 5 years ago
- Coding Demos from the School of AI's Move37 Course☆184Updated 6 years ago
- Structural implementation of RL key algorithms☆513Updated 2 years ago
- Reinforcement learning tutorials☆386Updated 2 years ago
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆371Updated last year
- Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro☆175Updated 2 years ago
- Reinforcement learning with tensorflow 2 keras☆253Updated 4 years ago
- ☆184Updated 3 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…