You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This game is a reinforcement learning (RL) based Mario game where an AI agent (new model or player) learns to navigate a randomly generated environment using Q-Learning.
A random environment reinforcement learning (Q-Learning) powered Javascript Mario game
To run this project
"Open index.html in your browser"
Play
The game can be played at:
About
This game is a reinforcement learning (RL) based Mario game where an AI agent (new model or player) learns to navigate a randomly generated environment using Q-Learning.