double-dqn topic
Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
RL-DeepQLearning-Trading
An RL model that uses double deep Q learning to generate an optimal policy of stock market trades
reinforcement-learning
Reinforcement Learning Examples Of Policy Gradients, PPO+GAE, and DDQN Using OpenAI Gym and PyTorch
Deep-Q-Network-Breakout
This is an implementation of Deep Q Learning (DQN) playing Breakout from OpenAI's gym with Keras.
rl-zoo
PyTorch implementation of various reinforcement learning algorithms
Deep-Reinforcement-Learning-with-pytorch
Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,DDPG for discrete action space, A2C, A3C, TD3, SAC, TRPO
connect4
Solving board games like Connect4 using Deep Reinforcement Learning
reinforcementLearning
Reinforcement Learning - Implementation of Exercises, algorithms from the book Sutton Barto and David silver's RL course in Python, OpenAI Gym.