q-table
There are 14 repositories under q-table topic.
ibrahimgb/robot-navigation-using-deep-reinforcement-learning
Deep Reinforcement Learning for mobile robot navigation, a robot learns to navigate to a random goal point from random moves to adopting a strategy, in a simulated maze environment while avoiding dynamic obstacles.
mehdimo/reinforcement-learning-handson
Sample projects to learn reinforcement learning and deep reinforcement learning in practice.
Manuel-Sphe/Manuel-Sphe-CSC3022F-ML-Assignment-2-Reinforcement-Learning
In this Assignment, you will teach RL Agents to pickup packages on a grid-world. The environment you will be using is called the Four-Rooms domain
vishal815/Tictactoe_q_learing_ML
Tic-Tac-Toe Q-Learning is a beginner-friendly example of using reinforcement learning.
AndreSacilotto/First_MachileLearning
My first try in machine learning with c#, using reinforcement learning with q-table
Arek-KesizAbnousi/Reinforcement_Learning-Python
We use python software and NumPy library to implement the Q-learning method , train an Agent to solve a Reinforcement Learning Problem
arenaio/woodhack2018
This is a machine learning project developed at woodhack 2018 - demonstrating that machine learning can be done from scratch, even without a framework.
ethanmclark1/rl_toolkit
Implementation of core reinforcement learning algorithms with PyTorch
fiore42/Prisoner-Dilemma-q_table-Python
An implementation of iterative prisoner dilemma with reinforcement learning via q_table (NOT DQN) in Python with around 30 strategies
mustafayigit34/Q-Learning-YazLab
Finding the optimum path between obstacles in a 50x50 (optional) matrix with the Q-Learning algorithm.
odinhg/Q-Learning-Tutorial
This is an introductory tutorial to tabular Q-learning in Norwegian.
sachdevkartik/Reinforcement-Learning
Implementations of Reinforcement Learning algorithms
ShreevathsaGP/FlappyReinforcement
Solving Flappy Bird with RL.
yaacov/qlearner
Q learning algorithm example in python