Skip to content

YanSong97/BeerGame_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beer Game demo

Beer Game implemented as an OpenAI Gym environment.

roles.png

order_shipment.png

Installation:

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

To use:

python new_env.py

tested with gym version gym==0.26.2

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages