Skip to content

OpenAI gym environment for the Neyboy Challenge HTML5 game

Notifications You must be signed in to change notification settings

fabito/gym-neyboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published