Skip to main content

An openai-gym wrapper for pikachu-volleyball

Project description

Pikachu Volleyball

Pikachu Volleyball (対戦ぴかちゅ~ ビーチバレー編) is an old Windows game which was developed by "(C) SACHI SOFT / SAWAYAKAN Programmers" and "(C) Satoshi Takenouchi" in 1997.

This is an OpenAI gym environment of the game created by translating a reversed-engineered JavaScript version by gorisanson to python.

Installation

pip install gym-pikachu-volleyball

Environment

Observation

Currently the only way for an agent to observe the environment is by the position and velocity of the ball, player1, player2 represented in a tuple of size 12.

Action

Actions are defined by 3 numbers (xDirection, yDirection, powerHit)

  • xDirection : Whether the player moves left or right or not. possible values: -1, 0, 1
  • yDirection : Whether the player moves up or down or not. possible values: -1, 0, 1
  • powerHit : Whether the player is power hitting. possible values 0, 1 (0 being False and 1 being True)

Rewards

1 if player2 (right player) wins and -1 if player2 loses. Reward is 0 while the game is running.

Done

The episode ends when the ball hits the ground.

Interactive

By running

python3 -m gym_pikachu_volleyball.scripts.interactive

You can play against the default AI. The game will end when a point is scored.

To record your game play, add --record to the above command and you will get a file with all the actions you did and the seed for the game.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gym_pikachu_volleyball-0.0.4.tar.gz (50.8 kB view hashes)

Uploaded Source

Built Distribution

gym_pikachu_volleyball-0.0.4-py3-none-any.whl (59.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page