Intelligent manufacturing is becoming increasingly important due to the growing demand for maximizing productivity and flexibility while minimizing waste and lead times. This work investigates automated secondary robotic food packaging solutions that transfer food products from the conveyor belt into containers. A major problem in these solutions is varying product supply which can cause drastic productivity drops. Conventional rule-based approaches, used to address this issue, are often inadequate, leading to violation of the industry's requirements. Reinforcement learning, on the other hand, has the potential of solving this problem by learning responsive and predictive policy, based on experience. However, it is challenging to utilize it in highly complex control schemes. In this paper, we propose a reinforcement learning framework, designed to optimize the conveyor belt speed while minimizing interference with the rest of the control system. When tested on real-world data, the framework exceeds the performance requirements (99.8% packed products) and maintains quality (100% filled boxes). Compared to the existing solution, our proposed framework improves productivity, has smoother control, and reduces computation time.
Extract authors, key findings, references, and an executive summary using AI.
This paper investigates the feasibility of applying Reinforcement Learning (RL) to solve complex robotic packaging problems, specifically optimizing conveyor belt speeds under varying product inflow conditions. The authors propose an RL framework designed to integrate seamlessly into existing industrial control schemes by utilizing a 'planned delay' mechanism. This approach minimizes interference with the machine's existing internal scheduling, allowing the agent to provide control signals that are compatible with the real-time requirements of the packaging line. To ensure the system works in realistic environments, the researchers trained their RL agent using simulated randomized scenarios that replicate real-world data distributions. Validation was conducted using actual operational data from a food packaging machine, comparing the RL solution against an industry-standard rule-based baseline. The results demonstrate that the RL approach consistently outperforms the baseline, achieving a 99.94% performance rate (exceeding the 99.8% requirement) and reducing product loss by over 93%. Additionally, the RL framework provides smoother mechanical control and reduced computation times compared to the traditional approach. The findings indicate that reinforcement learning can effectively handle the high-dimensional, time-sensitive nature of industrial robotics when combined with careful state representation, reward design, and delay management. By avoiding the myopic, reactive nature of simple rule-based systems, the RL agent proactively adjusts belt speeds to prevent product bottlenecks. This study represents a significant step toward the practical deployment of intelligent, data-driven controllers in competitive manufacturing environments.
Intelligent manufacturing is becoming increasingly important due to the growing demand for maximizing productivity and flexibility while minimizing waste and lead times. This work investigates automated secondary robotic food packaging solutions that transfer food products from the conveyor belt into containers. A major problem in these solutions is varying product supply which can cause drastic productivity drops. Conventional rule-based approaches, used to address this issue, are often inadequate, leading to violation of the industry’s requirements. Reinforcement learning, on the other hand, has the potential of solving this problem by learning responsive and predictive policy, based on experience. However, it is challenging to utilize it in highly complex control schemes. In this paper, we propose a reinforcement learning framework, designed to optimize the conveyor belt speed while minimizing interference with the rest of the control system. When tested on real-world data, the framework exceeds the performance requirements (99.8% packed products) and maintains quality (100% filled boxes). Compared to the existing solution, our proposed framework improves productivity, has smoother control, and reduces computation time.
1.The proposed RL framework achieved a 99.94% performance rate, exceeding the 99.8% industry requirement.
2.The RL solution achieved a 100% quality rate, ensuring no empty or partly filled boxes left the machine.
3.The RL method resulted in a 93.26% reduction in lost products compared to the rule-based baseline.
The paper concludes that the proposed reinforcement learning framework effectively manages control delays and sparse rewards in the interdependent control schemes typical of robotic packaging. The learned policy provides predictive behavior under varying product supply while ensuring industrial safety and quality requirements are met. Future work will focus on transferring this learned policy from simulation to physical robotic platforms, addressing the gap between simulated training and real-world deployment through further data integration and handling of novel edge cases.