gym-invmgmt: An Open Benchmarking Framework for Inventory Management Methods
Paper • 2605.11355 • Published
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
This dataset repository hosts the trained agent checkpoints and normalization statistics for the gym-invmgmt benchmark release.
Contents are stored under data/models/ and are intended to be downloaded into the same path in the GitHub repository.
.zip).zip).pkl)models_manifest.json with SHA-256 checksumsdata/models/qwen2.5-1.5b-instruct-q4_k_m.gguf for optional LLM reruns.From the GitHub repository root:
bash download_weights.sh
or with Python:
from huggingface_hub import snapshot_download
snapshot_download(
repo_id='rezabarati/gym-invmgmt-weights',
repo_type='dataset',
local_dir='.',
allow_patterns=['data/models/*', 'models_manifest.json'],
)
If you use these trained checkpoints, please cite:
@misc{barati2026gyminvmgmt,
title = {gym-invmgmt: An Open Benchmarking Framework for Inventory Management Methods},
author = {Barati, Reza and Hu, Qinmin Vivian},
year = {2026},
eprint = {2605.11355},
archivePrefix = {arXiv},
primaryClass = {cs.LG}
}