Skip to main content

Super Mario Bros. for OpenAI Gym

Project description

OpenAI Gym - Super Mario Bros

smb

An OpenAI Gym environment for the original Super Mario Bros. game on the Nintendo Entertainment System (NES).

Installation

The preferred installation of gym-super-mario-bros is from pip:

pip install gym-super-mario-bros

NES Emulator

NESGym uses FCEUX to emulate NES games. Make sure it's installed and in your $PATH.

Unix

sudo apt-get install fceux

Mac

brew install fceux

Usage

import gym_super_mario_bros
env = gym_super_mario_bros.make('SuperMarioBros-v0')

done = True
for step in range(5000):
    if done:
        state = env.reset()
    state, reward, done, info = env.step(env.action_space.sample())

env.close()

NOTE: gym_super_mario_bros.make is just an alias to gym.make for convenience.

Environments

The following environments play the game as a human would. The agent has three lives to make it through the 32 levels of the game. The agent is configured to only see reward-able game-play frames. No cut-scenes, loading screens, etc. are shown to the agent.

Environment Description
SuperMarioBros-v0 4 frames per action, standard ROM
SuperMarioBros-v1 4 frames per action, custom down-sampled ROM
SuperMarioBrosNoFrameskip-v0 1 frame per action, standard ROM
SuperMarioBrosNoFrameskip-v1 1 frame per action, custom down-sampled ROM

Citation

Please cite gym-super-mario-bros if you use it in your research.

@misc{gym-super-mario-bros,
  author = {Christian Kauten},
  title = {{S}uper {M}ario {B}ros for {O}pen{AI} {G}ym},
  year = {2018},
  publisher = {GitHub},
  howpublished = {\url{https://github.com/Kautenja/gym-super-mario-bros}},
}

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gym_super_mario_bros-0.6.1.tar.gz (78.4 kB view details)

Uploaded Source

File details

Details for the file gym_super_mario_bros-0.6.1.tar.gz.

File metadata

File hashes

Hashes for gym_super_mario_bros-0.6.1.tar.gz
Algorithm Hash digest
SHA256 7b22f8311b7854e27c523e5cfe0bcc6ce4b4d66f5ad17a702780d883b9325d51
MD5 e88af120dd4bcb52f622f807bddeb882
BLAKE2b-256 de1f74c18bd2f8827d19a239e279f6288ea013d03d620053bda35fd69f6c0ea0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page