Metadata-Version: 2.1
Name: smbgym
Version: 0.0.3
Summary: void
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Author-email: Michael <michaelhmehall@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# smb-gym
##### A Super Mario Bros Gym built without enabling custom levels and data injection
<img src="https://github.com/Mike968/smb-gym/blob/main/mario-blocks.png?raw=true"
     alt="Mario Blocks"
     style="float: center; height: 150px; width: 150px;" />



#### Credits:
This project acts as a python bridge of `Mario-AI Framework`:
> [Mario-AI] framework was created by Ahmed Khalifa, based on the original Mario AI Framework by Sergey Karakovskiy, Noor Shaker, and Julian Togelius, which in turn was based on Infinite Mario Bros by Markus Persson.

This project inspired by `gym-super-mario-bros` by Kautenja
