An NES Emulator and OpenAI Gym interface
Project description
nes-py is an NES emulator and OpenAI Gym interface based on the LaiNES emulator.
Installation
The preferred installation of nes-py is from pip:
pip install nes-py
Usage
To access the NES emulator from the command line use the following command.
nes_py -r <path_to_rom>
To print out documentation for the command line interface execute:
nes_py -h
Controls
| Keyboard Key | NES Joypad |
|---|---|
| W | Up |
| A | Left |
| S | Down |
| D | Right |
| O | A |
| P | B |
| Enter | Start |
| Space | Select |
Development
To design a custom environment using nes-py, introduce new features, or fix
a bug, please refer to the Wiki.
There you will find instructions for:
- setting up the development environment
- designing environments based on the
NESEnvclass - reference material for the
NESEnvAPI - documentation for the
nes_py.wrappersmodule
Compatibility
nes-py implements the most common mappers, which should be enough for a good percentage of the games:
- NROM (Mapper 000)
- MMC1 / SxROM (Mapper 001)
- UxROM (Mapper 002)
- CNROM (Mapper 003)
- MMC3, MMC6 / TxROM (Mapper 004)
You can check the compatibility for each ROM in the following list
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nes_py-0.10.3.tar.gz.
File metadata
- Download URL: nes_py-0.10.3.tar.gz
- Upload date:
- Size: 98.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b3a728bcdb146e99fff55301949b91811d1ced3c038a5b50e18f9ee404af896
|
|
| MD5 |
3006b31fcbcf488249732816514ef8d7
|
|
| BLAKE2b-256 |
105247a48c56ea86089681ebb81c21f19b7ea7ee88599dff3bfc26650f2f754b
|
File details
Details for the file nes_py-0.10.3-cp36-cp36m-macosx_10_13_x86_64.whl.
File metadata
- Download URL: nes_py-0.10.3-cp36-cp36m-macosx_10_13_x86_64.whl
- Upload date:
- Size: 54.7 kB
- Tags: CPython 3.6m, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9417d941215fab8ee56ffcf9d1ef1a698559b5e26795cc8377aec9c30e449b1
|
|
| MD5 |
cad10c521e630c8947c65b3283364009
|
|
| BLAKE2b-256 |
60fce6106810ab7fe4c0d46515406a93226df76acbe894f1508e3d56782a8411
|