RENEW: Towards Learning World Models and Repairing Model Exploitation from Preferences

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

RENEW introduces a novel approach to mitigate model exploitation in world models, which are crucial for sample efficiency in offline reinforcement learning but susceptible to issues in low data coverage areas. Traditional solutions, such as collecting expensive expert demonstrations or employing conservative algorithms, often limit generalization or are impractical. RENEW proposes Dynamics Learning from Human Feedback (DLHF), a method that uses human preferences over imagined rollouts to identify and correct egregious dynamics hallucinations. DLHF formalizes this through a Bradley-Terry preference loss applied to trajectory log-likelihoods under a learned dynamics model. Recognizing the sample inefficiency of naive DLHF, RENEW incorporates epistemic uncertainty to strategically focus finetuning on the most exploitable model regions. Evaluations across Jumanji and classic control environments demonstrate that RENEW significantly enhances sample efficiency, prevents catastrophic forgetting, and effectively reduces exploitation in pretrained world models, thereby validating the use of human preferences for direct world model dynamics supervision.

Key takeaway

For Machine Learning Engineers developing offline reinforcement learning systems, if you are encountering model exploitation in world models, consider integrating human preferences. RENEW demonstrates that utilizing human feedback, particularly when focused by epistemic uncertainty, can efficiently repair dynamics hallucinations and reduce exploitation. This approach offers a practical alternative to expensive expert demonstrations or overly conservative algorithms, allowing you to build more robust and generalizable world models.

Key insights

RENEW repairs world model exploitation in offline RL by using human preferences over imagined rollouts, guided by epistemic uncertainty.

Principles

Method

RENEW formalizes Dynamics Learning from Human Feedback (DLHF) using a Bradley-Terry preference loss over trajectory log-likelihoods. It then employs epistemic uncertainty to focus DLHF finetuning on the most exploitable model regions.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.