q-learning topic

List q-learning repositories

qmap

41
Stars
13
Forks
Watchers

Scaling All-Goals Updates in Reinforcement Learning Using Convolutional Neural Networks

LearnSnake

70
Stars
19
Forks
Watchers

🐍 AI that learns to play Snake using Q-Learning (Reinforcement Learning)

dissecting-reinforcement-learning

606
Stars
176
Forks
Watchers

Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog

awesome-monte-carlo-tree-search-papers

606
Stars
70
Forks
Watchers

A curated list of Monte Carlo tree search papers with implementations.

ctc-executioner

170
Stars
82
Forks
Watchers

Master Thesis: Limit order placement with Reinforcement Learning

gym-anytrading

2.0k
Stars
449
Forks
Watchers

The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)

Deep-math-machine-learning.ai

198
Stars
171
Forks
Watchers

A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.

Reinforcement_learning_tutorial_with_demo

696
Stars
168
Forks
Watchers

Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers,...