zhangchuheng123 / WIMSN

Released Code for "Whittle Index with Multiple Actions and State Constraint for Inventory Management"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whittle Index with Multiple Actions and State Constraint for Inventory Management

This directory is the released source code for the ICLR-24 paper "Whittle Index with Multiple Actions and State Constraint for Inventory Management".

Install Environment

cd env
python setup.py install

Run

bash run.sh 

Misc

  • Do not use the latest version of gym (TOO MANY incompatible changes in Gym!): pip install gym==0.24.1
  • Owing to data privacy, the data files are removed. You can refer to env/ReplenishmentEnv/data for the data format and use your own data or synthetic data.

About

Released Code for "Whittle Index with Multiple Actions and State Constraint for Inventory Management"

License:Apache License 2.0


Languages

Language:Python 99.9%Language:Shell 0.1%