Skip to content

A Reinforcement Learning implementation on the OpenAI Gym environment setup for Super Mario Bros using the PPO (Proximal Policy Optimization) Algorithm.

Notifications You must be signed in to change notification settings

sampadk04/openai-super-mario-bros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Super Mario Bros

A Reinforcement Learning implementation in the OpenAI Gym environment for Super Mario Bros, using the Proximal Policy Optimization (PPO) algorithm.

Overview

This project leverages the OpenAI Gym environment to train a reinforcement learning model to play Super Mario Bros. The PPO (Proximal Policy Optimization) algorithm is utilized to optimize the model's performance.

Key Features

  • Preprocessing the Environment: Preparing the Super Mario Bros environment for efficient training.
  • Simplified Movements: Reducing the complexity of Mario's movements to facilitate easier learning.
  • Grayscale Frames: Converting frames to grayscale to decrease computational load.
  • Vectorizing and Stacking Environments: Managing multiple frames simultaneously to enhance tracking and decision-making.

About

A Reinforcement Learning implementation on the OpenAI Gym environment setup for Super Mario Bros using the PPO (Proximal Policy Optimization) Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published