Next-generation scheduling problem solver based on GNNs and Reinforcement Learning
Python
84
407 commits
updated Aug 14, 2026
A Job-Shop Scheduling problem (JSSP) and Ressource-Constrained Planning Scheduling Problem (RCPSP) solver based on Reinforcement Learning, targeted to solving real-world industrial problems, and more.
This repo contains the official implementation of Learning to Solve Job Shop Scheduling under Uncertainty, published at CPAIOR 2024 (slides).
pip install -r requirements.txtNote: for windows users, we strongly recommend to use anaconda
See JSSP, PSP, ARGUMENTS and ADVICE for more information.
If you want to contribute to wheatley, make sure to install the pre-commit hooks:
pre-commit install
@inproceedings{wheatley-jssp,
title={Learning to Solve Job Shop Scheduling under Uncertainty},
author={Guillaume Infantes and St/'ephanie Roussel and Pierre Pereira and Antoine Jacquet and Emmanuel Benazera},
booktitle={21th International Conference on Integration of Constraint Programming, Artificial Intelligence, and Operations Research (CPAIOR)},
year={2024},
}
Python
99.1%
Next-generation scheduling problem solver based on GNNs and Reinforcement Learning
Python
84
407 commits
updated Aug 14, 2026
A Job-Shop Scheduling problem (JSSP) and Ressource-Constrained Planning Scheduling Problem (RCPSP) solver based on Reinforcement Learning, targeted to solving real-world industrial problems, and more.
This repo contains the official implementation of Learning to Solve Job Shop Scheduling under Uncertainty, published at CPAIOR 2024 (slides).
pip install -r requirements.txtNote: for windows users, we strongly recommend to use anaconda
See JSSP, PSP, ARGUMENTS and ADVICE for more information.
If you want to contribute to wheatley, make sure to install the pre-commit hooks:
pre-commit install
@inproceedings{wheatley-jssp,
title={Learning to Solve Job Shop Scheduling under Uncertainty},
author={Guillaume Infantes and St/'ephanie Roussel and Pierre Pereira and Antoine Jacquet and Emmanuel Benazera},
booktitle={21th International Conference on Integration of Constraint Programming, Artificial Intelligence, and Operations Research (CPAIOR)},
year={2024},
}
Python
99.1%