double-q-learning topic

List double-q-learning repositories

Pytorch implementation of Randomized Ensembled Double Q-learning (REDQ)

mentalRL

24
Stars
7
Forks
Watchers

Code for our AAMAS 2020 paper: "A Story of Two Streams: Reinforcement Learning Models from Human Behavior and Neuropsychiatry".

Vehicle_Overtake_Double_DQN

23
Stars
3
Forks
Watchers

A Reinforcement Learning agent to perform overtaking action using Double DQN based CNNs which takes images as input built using TensorFlow.

reinforcement-learning

15
Stars
3
Forks
Watchers

Implementations of various RL and Deep RL algorithms in TensorFlow, PyTorch and Keras.

Reinforcement-Learning-Maze-World

24
Stars
9
Forks
Watchers

SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis