qlearning topic

List qlearning repositories

The goal of the project was to design the logistic model of autonomous robots that would supply garment parts from the Cutting Dept to the Makeup Dept in the shortest time possible and using the most...

machine_learning_games

41
Stars
3
Forks
Watchers

Set of games and simulations designed to experiment with QLearning, Neuroevolution, and PoseNet.

solving a simple 4*4 Gridworld almost similar to openAI gym FrozenLake using Qlearning Temporal difference method Reinforcement Learning

Deep-QLearning-Demo-csharp

44
Stars
22
Forks
Watchers

This demo is a C# port of ConvNetJS RLDemo (https://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html) by Andrej Karpathy

FasTack

17
Stars
1
Forks
Watchers

FasTack can be used to optimize sailboat routes based on wind data using reinforcement learning with value iteration and value iteration with Q-learning.

snake_01

15
Stars
4
Forks
Watchers

Snake AI, Genetic Algorithm, Rust

Cliff-Walking-Solution

15
Stars
6
Forks
Watchers

Q-learning and SARSA algorithms from Sutton's Reinforcement Learning book.