SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis
-
Updated
Aug 19, 2019 - Python
SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis
A Reinforcement Learning agent to perform overtaking action using Double DQN based CNNs which takes images as input built using TensorFlow.
Implementations of various RL and Deep RL algorithms in TensorFlow, PyTorch and Keras.
Path Planning with Reinforcement Learning algorithms in an unknown environment
With underflow, create trafic light clusters that interact together to regulate circulation
Implement several deep reinforcement learning algorithms on one of games in Atari 2600 - Space Invaders.
A very detailed project of Chrome Dinosaur in Deep RL for beginners
Reversi game with multiple reinforcement learning algorithms.
Python script to balance Pendulum from open ai gym using Q-Learning and Double Q-Learning
Reinforcement Learning experiments, comparing performance of Q-learning and Double Q-learning algorithms.
Solver of the game “Coin Flip Cheaters” which can be found on https://primerlearning.org/. This is not a bot, in order to use it in the real game you would need to do it manually.
Environment-related differences of Deep Q-Learning and Deep Double Q-Learning
Implemented Behavior Cloning, DAgger, Double Q-Learning, Dueling DQN, and Proximal Policy Optimization (PPO) in a simulated environment and analyzed/compared their performance in terms of efficiency, stability, and generalization.
Deep Reinforcement Learning with Double Q-learning - Paper Implementation
Add a description, image, and links to the double-q-learning topic page so that developers can more easily learn about it.
To associate your repository with the double-q-learning topic, visit your repo's landing page and select "manage topics."