Skip to content

Game coded in Global Game Jam 2020. Used in autobalancing paper!

License

Notifications You must be signed in to change notification settings

Danielhp95/GGJ-2020-cool-game

Repository files navigation

Game description

TODO: copy from paper or paste from here to paper

Action space

TODO

Observation space

TODO

Game parameterization

TODO

Usage

This environment follows the OpenAI Gym interface.

To play Human vs Human, run script play_human_vs_human.py. On each step you will be asked to input an action via the terminal (0-5), corresponding to all possible five actions. You can find the value of each action in gym_cool_game/envs/valid_inputs.py.

Installation

Please use a virtual environment to install this game. Otherwise the dependencies will be installed system-wide. We recommend poetry

Dependencies:

All dependencies are listed inside the top level file requirements.txt. These are:

pygame
gym
numpy

They can be installed by running pip install -r requirements.

Important!: pygame has some non-python dependencies. Please make sure to have all these dependencies ready before installing pygame.

Installing pygame:

On Windows / Mac and Ubuntu: https://www.pygame.org/wiki/Compilation

On Arch based systems: Install python-pygame-git from AUR.

About

Game coded in Global Game Jam 2020. Used in autobalancing paper!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •