tabular-q-learning
There are 10 repositories under tabular-q-learning topic.
linesd/tabular-methods
Tabular methods for reinforcement learning
jayeshk7/RL-Algorithms
Python implementation of common RL algorithms using OpenAI gym environments
lucadivit/Reinforcement_Learning_Maze_Solver
This github contains a simple OpenAi Gym Maze Enviroment and (at now) a RL Algorithm to solve it.
aheritianad/kivy-tictactoe
tictactoe Game : Python-Kivy with Q-learning algorithm from Scratch
ggarrofe/RL_Tabular_Methods
Revisiting tabular and deep reinforcement learning methods.
kkhetarpal/rlalgorithms
hands on reinforcement learning
NathanS-Git/Q-Learning
Different Q-learning approaches on the Cart Pole environment
projectaligned/mnk
A Deep Reinforcement Learning environment using generalized tic-tac-toe.
timothewt/SnakeAI
Machine Learning project using Q-Learning without any ML library
johng034/RL-Maze
Two reinforcement learning algorithms (Standard SARSA Control and Tabular Dyna-Q) where an agent learns to traverse a randomly generated maze