/comaze-gym

An OpenAI Gym-compatible implementation of the zero-shot coordination and communication benchmark game CoMaze.

Primary LanguagePythonMIT LicenseMIT

CoMaze Gym

An OpenAI Gym-compatible implementation of the zero-shot coordination and communication benchmark game CoMaze.

Description

For an exhaustive description of the game, please refer to this page.

Usage

gym must be installed. CoMaze environment can be created via running inside a python interpreter:

>>> import gym
>>> import comaze_gym
>>> env = gym.make('CoMaze-7x7-Sparse-v0')

Installation

Installing via pip

This package is available in PyPi as comaze-gym

pip install comaze-gym

Installing via cloning this repository

git clone https://www.github.com/Near32/comaze-gym
cd comaze-gym
pip install -e .