deep-q-network topic

List deep-q-network repositories

good_robot

101
Stars
29
Forks
Watchers

"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

89
Stars
17
Forks
Watchers

A simple example of how to implement vector based DQN using PyTorch and a ML-Agents environment

Rocket_Lander_Gym

53
Stars
4
Forks
Watchers

💥💥 This is a easy installable extension for OpenAi Gym Environment. This simulates SpaceX Falcon landing.

Subway-Surfers-AI

61
Stars
29
Forks
Watchers

Deep Convolutional Q learning based Self learning implementation for Subway Surfers game

Deep-Learning-Mahjong---

75
Stars
11
Forks
Watchers

Reinforcement learning (RL) implementation of imperfect information game Mahjong using markov decision processes to predict future game states

dqn4wirelesscontrol

18
Stars
5
Forks
18
Watchers

Python Q learning implementations and application examples in wireless networks

OpenAI-GYM-CarRacing-DQN

83
Stars
40
Forks
Watchers

Train a DQN Agent to play CarRacing 2d using TensorFlow and Keras.

DQN

48
Stars
13
Forks
Watchers

Deep-Q-Network reinforcement learning algorithm applied to a simple 2d-car-racing environment

dqn-lambda

23
Stars
5
Forks
Watchers

NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.