deep-q-network topic
good_robot
"Good Robot! Now Watch This!": Repurposing Reinforcement Learning for Task-to-Task Transfer; and “Good Robot!”: Efficient Reinforcement Learning for Multi-Step Visual Tasks with Sim to Real Transfer
DQN-using-PyTorch-and-ML-Agents
A simple example of how to implement vector based DQN using PyTorch and a ML-Agents environment
Rocket_Lander_Gym
💥💥 This is a easy installable extension for OpenAi Gym Environment. This simulates SpaceX Falcon landing.
Subway-Surfers-AI
Deep Convolutional Q learning based Self learning implementation for Subway Surfers game
Deep-Learning-Mahjong---
Reinforcement learning (RL) implementation of imperfect information game Mahjong using markov decision processes to predict future game states
dqn4wirelesscontrol
Python Q learning implementations and application examples in wireless networks
OpenAI-GYM-CarRacing-DQN
Train a DQN Agent to play CarRacing 2d using TensorFlow and Keras.
DQN
Deep-Q-Network reinforcement learning algorithm applied to a simple 2d-car-racing environment
dqn-lambda
NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.