prosysscience/PySCFabSim-release — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python project that can reproduce semiconductor factory scheduling simulation experiments from the SMT2020 dataset.

I want to install the requirements, point the project at the SMT2020 data, and run the included experiment scripts to compare basic dispatching strategies like FIFO and CR. Please make it easy to run from the command line, save or print the results clearly, and include any small sanity checks so I know the environment and dataset are set up correctly.

There are also reinforcement learning scripts in the repo, so wire those up enough that I can train, test, and compare RL agents against the simple dispatcher baselines if the existing code supports it. If there is a simple HTML GUI already included, make sure it still works or explain how to open it.

Keep it practical and reproducible. Add clear README instructions for setup, downloading the SMT2020 dataset, running the experiments, and interpreting the output.

Want more depth? Deep Reverse