An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with qlearning-algorithm

A curated list of projects in awesome lists tagged with qlearning-algorithm .

https://github.com/omerbsezer/qlearning_mountaincar

Mountain Car problem solving using RL - QLearning with OpenAI Gym Framework

openai-gym qlearning-algorithm reinforcement-learning

Last synced: 28 Apr 2025

https://github.com/jalajthanaki/q_learning_for_simple_atari_game

This repository contains the code which can help us to understand how q-learning algorithm can be applied to build simple video game bot.

atari qlearning-algorithm reinforcement-learning-algorithms

Last synced: 12 May 2025

https://github.com/shivamgupta92/reinforcement_learning_snakegameai

Deep Q-Networks (DQN) to train an AI agent to play the Snake game. The AI controls the snake, making decisions in real-time to maximize its score while avoiding collisions. The agent learns to improve its performance by playing multiple games and adjusting its strategy based on rewards and penalties.

agent-based-modeling artificial-intelligence dqn-pytorch neural-network pygame python3 pytorch qlearning-algorithm reinforcement-learning snake-game

Last synced: 19 Jan 2026

https://github.com/silviatulli/altermax

two-agents setting with minmax planner for counterfactual explanations - Learning from Explanations and Demonstrations: A Pilot Study

explainable-ai minmax qlearning-algorithm sequential-decision-making-problems

Last synced: 18 Jul 2025

https://github.com/djhepker/ai-checkers

Checkers with Data Structures and AI integration. Q-Learning. Custom linked lists, Java records

ai game game-development java linked-list linkedlist q-learning qlearning-algorithm sqlite student-managed student-project

Last synced: 08 Nov 2025

https://github.com/polaris000/dotsnboxesqlearning

A series of experiments on the performance of Q-Learning Agents in the Dots and Boxes game.

ai algorithms artificial-intelligence dots-and-boxes java machine-learning qlearning qlearning-algorithm reinforcement-learning rl

Last synced: 26 Feb 2025

https://github.com/znreza/paradoxes

Q-learning algorithm from scratch in python for optimal path finding

grid grid-search matrix numpy python qlearning-algorithm reinforcement-learning

Last synced: 01 Jul 2025

https://github.com/followthefourleafedclover/q-learning-model-java

A Q Learning Model implemented in java used for MIT Battlecode 2023

java qlearning qlearning-algorithm

Last synced: 01 Aug 2025

https://github.com/e-candeloro/reinforcement-learning-maze-solver

A Python script that executes a RL algorithm (Temporal Difference/Q-Learning) that trains an agent inside a labyrinth to find the exit with the least number of steps possible

maze-solver python qlearning qlearning-algorithm reinforcement-learning reinforcement-learning-algorithms rl temporal-differencing-learning

Last synced: 03 Jul 2025

https://github.com/renan-siqueira/reinforcement-learning-cart-pole

This repository provides implementations of a Q-learning agent to balance a pole on a cart.

artificial-intelligence gym-environment machine-learning numpy openai-gym pygame python qlearning-algorithm reinforcement-learning

Last synced: 01 Apr 2025

https://github.com/matteoppet/clouddroid

Simulation made in Python with an AI player using the QLearning algorithm

ai pygame python qlearning-algorithm

Last synced: 19 Jun 2025

https://github.com/sreejeetm1729/robust-federated-q-learning-with-almost-no-communication

𝚁𝚘𝚋𝚞𝚜𝚝 𝙵𝚎𝚍-𝚀 : A federated Q-learning algorithm that stays reliable even when a small fraction of agents are adversarial. It blends model-based/model-free updates with median-of-means to ensure (i) high-probability exact convergence in the infinite-sample limit and (ii) near-optimal finite-time rates with collaborative sample-complexity.

adversarial-machine-learning federated-learning multiagent-reinforcement-learning qlearning-algorithm reinforcement-learning robust-optimization

Last synced: 09 Oct 2025

https://github.com/sai-vinayyyyy/autonomous-taxi-qlearning

This project simulates an intelligent taxi system using Q-learning in the Taxi-v3 environment, enhanced with traffic delays, weather penalties, and energy constraints. It demonstrates how reinforcement learning can adapt to real-world challenges while visualizing taxi rides for better understanding.

autonomous-vehicles openai openai-gym pandas-library python qlearning-algorithm reinforcement-learning taxi-v3

Last synced: 09 Oct 2025

https://github.com/pixelcaliber/q-learning

Q-learning agent: a type of reinforcement learning algorithm where an agent learns to take actions in an environment by maximizing a cumulative reward.

gametheory machine-learning python qlearning-algorithm reinforcement-learning

Last synced: 30 Oct 2025