MVP for Tec president visit
The MVP of the project should feature the simple inventory management problem, where users can interact within the simulation (only 3D to avoid overhead of adding XR plugin). Given the conditions of variables such as:
- Current stock levels
- Production rate
- Demand
- Lead time
- Storage capacity.
The ML core (can be a Decision Tree if there's no time to impleme…
The MVP of the project should feature the simple inventory management problem, where users can interact within the simulation (only 3D to avoid overhead of adding XR plugin). Given the conditions of variables such as:
- Current stock levels
- Production rate
- Demand
- Lead time
- Storage capacity.
The ML core (can be a Decision Tree if there's no time to implement NN) should predict stock levels, future stock-outs, and optimal reorder points.
The possible decisions should be: handling potential stock-outs, adjust production rate and reorder materials.
The unity scene should be updated and display the decisions taken.