Skip to content
#

qlearning-algorithm

Here are 147 public repositories matching this topic...

CloudSim is primarily a simulation framework for modeling and simulating cloud computing infrastructures and services. While CloudSim itself does not include built-in machine learning capabilities, you can integrate machine learning techniques into CloudSim to optimize various aspects of cloud resource management.

  • Updated Sep 15, 2024
  • Java

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.

  • Updated Aug 17, 2024
  • Python
Super-Mario-Bros-AI

The following project concerns the development of an intelligent agent for the famous game produced by Nintendo Super Mario Bros. More in detail: the goal of this project was to design, implement and train an agent with the Q-learning reinforcement learning algorithm.

  • Updated Dec 11, 2023
  • Python

Improve this page

Add a description, image, and links to the qlearning-algorithm 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 qlearning-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more