hubbs5/or-gym
A Python library providing OpenAI Gym-compatible environments for training reinforcement learning agents on operations research problems.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This library wraps classic operations research problems including knapsack, bin packing, newsvendor, and vehicle routing into gym environments that RL agents can interact with. It enables researchers to benchmark reinforcement learning policies against traditional OR techniques like mixed-integer programming. Environments adhere to the OpenAI Gym API and integrate with Ray for distributed RL training.