jolibrain / wheatley

Next-generation scheduling problem solver based on GNNs and Reinforcement Learning
Other
44 stars 11 forks source link

Problem resets and generation #54

Closed pierrot-lc closed 1 year ago

pierrot-lc commented 1 year ago

Unit tests to make sure the problem resets and generations are working properly.

Added a seed for the jssp problem description, that has to be specified so that we make sure that each env is deterministically generated, and reproducible across trainings. This is pretty useful if we want to retrain a model on the same random problems.