ddqn topic

List ddqn repositories

pytorch-DQN

35
Stars
16
Forks
Watchers

Using pytorch to implement DQN / DDQN / Atari DDQN

Deep-Reinforcement-Learning-Notebooks

39
Stars
12
Forks
Watchers

This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algo...

Reinforcement-Learning

102
Stars
35
Forks
Watchers

Implementations of Deep Reinforcement Learning Algorithms and Bench-marking with PyTorch

reinforcement_learning

35
Stars
11
Forks
Watchers

My reproduction of various reinforcement learning algorithms (DQN variants, A3C, DPPO, RND with PPO) in Tensorflow.

DDQN.pytorch

20
Stars
6
Forks
Watchers

DDQN inplementation on PLE FlappyBird environment in PyTorch.

📖 Paper: Deep Reinforcement Learning with Double Q-learning 🕹️

snakewasm

38
Stars
0
Forks
Watchers

Snake game with neural network AI model

MLP-framework (pure numpy) and DDQN-framework for OpenAI's Gym games. +test code for PPO added. +Hindsight Experience Replay(HER) bitflip-DQN example. +prioritized replay.