Hybrid AI Framework for Predictive & Adaptive Supply Chain Management
A hybrid system combining CatBoost regression with a PPO reinforcement-learning agent to run e-commerce supply chain operations. CatBoost forecasts demand, profit, delivery time and late-delivery risk; those forecasts become state inputs for an RL agent that adaptively controls inventory, order prioritization, and delivery scheduling via reward-based feedback. Evaluated on the DataCo Smart Supply Chain dataset (~180K records): mean reward of +222.24 vs. −120.5 for the baseline, with strong RMSE, MAE and R² across every prediction task.
View project →