Skip to main content

Super Mario Bros. for Open.ai 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.

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.4.0.tar.gz (44.3 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for gym_super_mario_bros-0.4.0.tar.gz
Algorithm Hash digest
SHA256 3b3dfc23530fdba46184c98a904c3b6a39bfa8d717108cc45c971240c496140d
MD5 09b5a8c01c02c34bd74de1d63db1e7d5
BLAKE2b-256 5ca7d1e594212301f8f08c033e4ff5d091f90a5fefbe24525afb105fac274407

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