Adapting world models to manufacturing-style decision problems — looking for feedback
I’m exploring whether “world model” ideas from RL can be adapted to manufacturing-style decision problems — an Industrial World Model for Manufacturing. I put together a small open-source synthetic benchmark around process-window recommendation. The idea is to model a manufacturing process as a state-transition problem under constraints, sparse observations, uncertainty, and next-experiment decisions. The current repo includes a runnable toy environment, simple baseline planners, uncertainty-aware recommendation logic, and an example visualization. It is not a production model and […]