Views
No views yet
env.py with Gym interface.env.py — Gymnasium JobShopEnv (state, actions, reward).train.py — PPO training with stable-baselines3; saves to ./checkpoints/.baseline_ortools.py — OR-Tools CP-SAT on a small JSP instance (separate from the RL env, for reference).1pip install -r requirements.txt
2python train.pybaseline_ortools.py to compare with an OR-Tools CP-SAT or MIP baseline on the same instances../checkpoints/.