/MMAI845_TheBeerGame

Playing the Beer Game Using Reinforcement Learning

Primary LanguagePython

Beer Game Simulator

"""

to use

game_simulator.py

Set all parameters in beergame/setting.py

For training: python -m train -a MonteCarlo -e 10000

Or

python -m train -a DQN -e 10000

For test:

python -m test -a MonteCarlo (or DQN)

"""