rlsotlr01 / PPO_with_Mario_Game

Apply PPO Reinforcement Learning algorithm to learn the Mario game in Gym environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPO_with_Mario_Game

Apply PPO Reinforcement Learning algorithm to learn the Mario game in Gym environment

  1. Setup Mario
  • Open the Mario game library in Gym
  1. Preprocess Data
  • Simplify the action space and vectorize the environment by using the Wrapper modules
  1. Train a Model
  • Train PPO model in the environment of Mario
  1. Test
  • Check its performanece

About

Apply PPO Reinforcement Learning algorithm to learn the Mario game in Gym environment


Languages

Language:Jupyter Notebook 100.0%