Skip to content
#

q-learning

Here are 1,187 public repositories matching this topic...

Welcome to AI-GameOptimization, a repository dedicated to exploring and implementing various optimization algorithms to solve complex games. This project initially focuses on solving the classic game Sokoban using the Q-learning algorithm, with plans to extend to genetic algorithms and other optimization techniques in the future.

  • Updated May 28, 2024
  • C++

This repository explores the application of three reinforcement learning algorithms—Deep Q-Networks (DQN), Double Deep Q-Networks (DDQN), and Proximal Policy Optimization (PPO)—for playing Super Mario Bros using the OpenAI Gym and nes-py emulator. It includes a comparative analysis of these models.

  • Updated May 18, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the q-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the q-learning topic, visit your repo's landing page and select "manage topics."

Learn more