RL Policy Serving With Triggered Retraining for Cloud Resource Control

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing reinforcement learning (RL) models in cloud computing systems degrade in performance due to changes in application updates or infrastructure, leading to increased energy consumption and resource utilization, and there is a need for efficient resource management to adapt to these changes.

Innovation Solution

Implementing an RL model for resource management in cloud computing systems that includes online training and serving, with a mechanism to detect when to retrain the RL model and switch between training and serving phases based on performance metrics, such as average reward and variance, to maintain optimal performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If the RL model continuously adapts to changes in the cloud environment, then computing performance and resource utilization improve, but energy consumption increases

Engineering Contradiction:
Improvecomputing performanceVSAvoidenergy consumption
Core Design Contradiction:
ProductivityVSUse of energy by moving object

Solution Approach 1:

The system implements periodic retraining of the RL model based on performance degradation detection rather than continuous retraining. The model is retrained only when monitoring metrics indicate performance thresholds are breached, creating a periodic adaptation cycle that balances performance maintenance with energy conservation.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The system employs feedback mechanisms by monitoring performance metrics and energy consumption in real-time. This feedback loop enables the system to detect when performance degradation occurs and trigger retraining only when necessary, rather than operating continuously, thus reducing unnecessary energy expenditure while maintaining optimal performance.

Inventive Principle:
Principle #23Feedback

2Adaptability or versatility

If the RL model is retrained frequently to adapt to changes, then resource utilization improves, but system stability deteriorates

Engineering Contradiction:
Improveresource utilizationVSAvoidsystem stability
Core Design Contradiction:
Adaptability or versatilityVSStability of the object's composition

Solution Approach 1:

The system uses periodic retraining triggered by performance threshold monitoring rather than frequent or continuous retraining. This approach maintains adaptability by retraining when performance degradation is detected while preserving stability by avoiding unnecessary retraining events that could disrupt system operation.

Inventive Principle:
Principle #19Periodic action

Solution Approach 2:

The system changes the operational parameters of the RL model based on monitored performance metrics. When performance degradation exceeds predefined thresholds, the system transitions the model from inference mode to retraining mode, allowing parameter optimization only when necessary to maintain both adaptability and stability.

Inventive Principle:
Principle #35Parameter changes

3Use of energy by moving object

If the RL model is trained offline, then energy consumption is reduced, but adaptability to real-time changes deteriorates

Engineering Contradiction:
Improveenergy consumptionVSAvoidadaptability to changes
Core Design Contradiction:
Use of energy by moving objectVSAdaptability or versatility

Solution Approach 1:

The system performs preliminary offline training to establish baseline model performance and capabilities. This preliminary action consumes energy once during model development, after which the model can operate efficiently in production with minimal energy expenditure, adapting to real-time changes only when performance degradation triggers retraining.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system maintains continuous monitoring of performance metrics in production environments, enabling the RL model to adapt to real-time changes when necessary. This continuous observation ensures the model remains adaptable while minimizing energy consumption by triggering retraining only when performance thresholds indicate actual degradation has occurred.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS12596594B2Reinforcement learning policy serving and training framework in production cloud systems
Publication Date: 2026.04.07 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US12596594B2 patent drawing
  • US12596594B2 patent drawing
  • US12596594B2 patent drawing

AI summary

Method and systems for online training management of reinforcement learning policy serving for cloud computing systems are discloses. An example method includes controlling a cloud computing system using a first reinforcement learning (RL) model; training the first RL model to generate a second RL model in response to one or more first criteria being satisfied; and controlling the cloud computing system using the second RL model in response to one or more second criteria being satisfied.