• Stars
    star
    1
  • Language
    C++
  • License
    MIT License
  • Created about 2 months ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Q-Learning based reinforcement learning agent designed to navigate through an environment with defined states and actions. This project simulates the learning process of an AI agent using the Q-Learning algorithm, allowing it to make optimal decisions based on rewards and transitions between states.