Home
Softono

Beer Game Env

Open source MIT Python
17
Stars
7
Forks
3
Issues
1
Watchers
7 years
Last Commit

 About Beer Game Env

Beer Game implemented as an OpenAI gym environment.

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Beer Game Env?

We provide expert installation service for this software. Our team will install, configure, and secure Beer Game Env on your server. plans start at just $30.

Beer Game Env

View on GitHub

beer-game-env

Beer Game implemented as an OpenAI Gym environment.

Installation:

  1. Create a new conda environment to keep things clean
conda create python=3.6 --name beer-game-env
source activate beer-game-env
  1. Clone the environment repository
git clone https://github.com/orlov-ai/beer-game-env
  1. Point to root repository and install the package
cd beer-game-env
pip install -e .

To use:

import gym
import beer_game_env
env = gym.make('BeerGame-v0', n_agents=4, env_type='classical')

tested with gym version gym==0.14.0

Need a feature? Have a problem? Just start an issue. PRs are always welcome.