Kautenja / nes-py

A Python3 NES emulator and OpenAI Gym interface
MIT License
235 stars 63 forks source link

2 Player Support #43

Closed Kautenja closed 2 years ago

Kautenja commented 5 years ago

Is your feature request related to a problem? Please describe.

The NES supports 2 players and the current code-base makes this a doable feature.

Describe the solution you'd like

The ability to play 2 player games using this environment

Describe alternatives you've considered

NA

Additional context

NA

Kautenja commented 5 years ago

now supported (unofficially). Closing issue.

Kautenja commented 4 years ago

a NesENV with 2 player support through the gym API would be useful, if only for exposing the second player's control for the human-level interface.