Skip to content

This repo trains an agent based on RL to learn to play Super Mario by only looking at the screen

Notifications You must be signed in to change notification settings

mrezaei92/SuperMario_DeepQlearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperMario_DeepQlearning

I use Deep Q-Learning to train a RL agent to learn to play 1985 Nintendo game Super Mario Bros. The agent learns control policies from raw pixel data using deep reinforcement learning, meaning the only input to the agent is the screenshot of the game, as with what would be the case with a human player. The OpenAI Gym was used to simulate the environment and its interactions with the agent.

Playback

About

This repo trains an agent based on RL to learn to play Super Mario by only looking at the screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages