Reinforcement learning environments for operations research
Top 72.0% on sourcepulse
OR-Gym provides a suite of OpenAI Gym-compatible environments for classic operations research (OR) problems, targeting researchers and practitioners in both OR and reinforcement learning (RL). It aims to bridge the gap between these fields by offering accessible simulations for developing and benchmarking RL agents against traditional OR techniques.
How It Works
The library implements various OR problems as discrete or continuous state/action spaces within the Gym API. This allows RL algorithms to interact with these problems as if they were standard simulation environments. The design facilitates direct comparison of RL agent performance against established OR heuristics and solvers on well-defined problem instances.
Quick Start & Requirements
$ pip install or-gym
git clone https://github.com/hubbs5/or-gym.git && cd or-gym && pip install -e .
inv-management-quickstart.ipynb
demonstrates usage.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README does not specify a license, which may impact commercial adoption. Community support and recent maintenance status are not detailed, raising potential concerns about the project's long-term viability.
1 year ago
1 day