qlearning
There are 452 repositories under qlearning topic.
andri27-ts/Reinforcement-Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
simoninithomas/Deep_reinforcement_learning_Course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
MushroomRL/mushroom-rl
Python library for Reinforcement Learning.
Skylark0924/Machine-Learning-is-ALL-You-Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
yandexdataschool/AgentNet
Deep Reinforcement Learning library for humans
jczic/MicroMLP
A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
Allenpandas/Tutorial4RL
Tutorial4RL: Tutorial for Reinforcement Learning. 强化学习入门教程.
10-OASIS-01/minrl
MinRL provides clean, minimal implementations of fundamental reinforcement learning algorithms in a customizable GridWorld environment. The project focuses on educational clarity and implementation simplicity while maintaining production-quality code standards.
leoll2/Autoparking
Self parking with reinforcement learning
AlirezaShamsoshoara/Multi-Independent-Agent-Reinforcement-Learning-UAV-Autonomous-Spectrum-QLearning
An Autonomous Spectrum Management Scheme for Unmanned Aerial Vehicle Networks in Disaster Relief Operations using Multi Independent Agent Reinforcement Learning
GrosSacASac/JavaScript-Set-Up
Web dev examples, tricks and more
Sheng-J/DOM-Q-NET
Graph-based Deep Q Network for Web Navigation
louaaron/GAN-Q-Learning
Unofficial Implementation of GAN Q Learning https://arxiv.org/abs/1805.04874
dubezOniner/Deep-QLearning-Demo-csharp
This demo is a C# port of ConvNetJS RLDemo (https://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html) by Andrej Karpathy
Ghassen-Chaabouni/machine_learning_games
Set of games and simulations designed to experiment with QLearning, Neuroevolution, and PoseNet.
nileshsah/reinforcement-learning-flappybird
In-browser reinforcement learning for flappy bird 🐦
louiskirsch/reinforced-race
A model car learns driving along a track using reinforcement learning
wumo/Reinforcement-Learning-An-Introduction
Kotlin implementation of algorithms, examples, and exercises from the Sutton and Barto: Reinforcement Learning (2nd Edition)
zmaqutu/3D-Pathfinding-Visualizer
This is a three dimensional pathfinding algorithm visualizer project.
OneRaynyDay/RLEngine
A simple reinforcement learning simulation engine for OpenAI's gym.
blavad/marl
Multi-agent reinforcement learning framework
faturita/python-scientific
Quick guide and tutorial to scientific data python programming
michaeltinsley/Gridworld-with-Q-Learning-Reinforcement-Learning-
Jupyter notebook containing a solution to Sutton and Barto's gridworld problem with both a random agent and a Q-learning agent.
kevin-hanselman/grid-world-rl
Value iteration, policy iteration, and Q-Learning in a grid-world MDP.
yudhisteer/Reinforcement-Learning-for-Supply-Chain-Management
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 optimized path.
hypnosapos/cartpole-rl-remote
CartPole game by Reinforcement Learning, a journey from training to inference
rachelbeal/FasTack
FasTack can be used to optimize sailboat routes based on wind data using reinforcement learning with value iteration and value iteration with Q-learning.
raklokesh/ReinforcementLearning_Sutton-Barto_Solutions
Solutions and figures for problems from Reinforcement Learning: An Introduction Sutton&Barto
Suman7495/rl-botics
Deep Reinforcement Learning Toolbox for Robotics using Keras and TensorFlow
tj27-vkr/Q-learning-conv-net
Q learning AI bot perceiving environment with CNN
const-i/snake_01
Snake AI, Genetic Algorithm, Rust
DragonWarrior15/snake-rl
Snake using RL
edu-rinaldi/RL-Routing-Protocol
A routing algorithm based on QLearning
gebob19/rl_with_jax
clear single-file JAX implementations of common RL algorithms
matteocourthoud/Algorithmic-Collusion-Replication
Replication of "Artificial Intelligence, Algorithmic Pricing, and Collusion" by Calvano, Calzolari, Denicolò, Pastorello (2020) in Python, Matlab and Julia.
zeynepCankara/Cliff-Walking-Solution
Q-learning and SARSA algorithms from Sutton's Reinforcement Learning book.