Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 597 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 597 Bytes

Reinforcement_Learning

maze solving bot using Qlearning . Compairing single vs multi agent system.

Reinforcement learning is an area of machine learning inspired by behaviorist psychology. It allows machines and software agents to automatically determine the ideal behavior within a specific context, in order to maximize its performance.

Compute the shortest path in a Dynamic Maze using both single and multi agent reinforcement learning.