Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 587 Bytes

gym-neyboy

This is an openai gym environment for the HTML5 game: Neyboy Challenge.

neyboy-v0

Maximize your score in the Neyboy Challenge. In this environment, the observation is an RGB image of the screen, which is an array of shape (156, 117, 3).

There are only 3 possible actions:

  • 0 - Noop
  • 1 - Left
  • 2 - Right

The game is controlled through Pyppeteer (a Puppeteer Python port), which launches instances of the Chromium web browser.