Offline-to-online RL first trains a conservative policy on fixed offline data, then keeps optimizing through online interaction; two key mechanisms: (1) conservatism annealing — gradually decay the offline conservative coefficient (e.g., CQL's
α toward 0) so 'conservative inertia' does not suppress online exploration; (2) replay mixing — sample online and offline data in a blended ratio, anchoring on old data to keep distribution shift from resurfacing and training stable.