deep-qlearning-algorithm topic
List
deep-qlearning-algorithm repositories
DQN-Deep-Q-Network-Atari-Breakout-Tensorflow
17
Stars
8
Forks
Watchers
Training a vision-based agent with the Deep Q Learning Network (DQN) in Atari's Breakout environment, implementation in Tensorflow.
DQN-Flappy-Bird
19
Stars
7
Forks
Watchers
🕹️ Flappy Bird hack using Deep Reinforcement Learning with Double Q-learning
ReinforcementLearning
54
Stars
11
Forks
Watchers
强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行