q-learning topic

List q-learning repositories

A framework where a deep Q-Learning Reinforcement Learning agent tries to choose the correct traffic light phase at an intersection to maximize traffic efficiency.

Reinforcement_Learning_in_Python

365
Stars
106
Forks
Watchers

Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa

Deep-Reinforcement-Learning-With-Python

310
Stars
121
Forks
Watchers

Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math

gym-fx

198
Stars
51
Forks
Watchers

Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress

deep-Q-networks

252
Stars
77
Forks
Watchers

Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51

The official code repository supporting the book, Grokking Artificial Intelligence Algorithms

Paddle-RLBooks

117
Stars
13
Forks
Watchers

Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.

rl_ardrone

172
Stars
53
Forks
Watchers

Autonomous Navigation of UAV using Reinforcement Learning algorithms.

Q-GridWorld

135
Stars
37
Forks
Watchers

Demo project using tabular Q-learning algorithm

java-reinforcement-learning

119
Stars
41
Forks
Watchers

Package provides java implementation of reinforcement learning algorithms such Q-Learn, R-Learn, SARSA, Actor-Critic