paper-with-me

홈 › Papers

REvolve: Reward Evolution with Large Language Models using Human Feedback

2024-06-03 · Rishi Hazra, Alkis Sygkounas, Andreas Persson, Amy Loutfi, Pedro Zuidberg Dos Martires

Designing effective reward functions is crucial to training reinforcement learning (RL) algorithms. However, this design is non-trivial, even for domain experts, due to the subjective nature of certain tasks that are hard to quantify explicitly. In recent works, large language models (LLMs) have been used for reward generation from natural language task descriptions, leveraging their extensive instruction tuning and commonsense understanding of human behavior. In this work, we hypothesize that LLMs, guided by human feedback, can be used to formulate reward functions that reflect human implicit knowledge. We study this in three challenging settings -- autonomous driving, humanoid locomotion, and dexterous manipulation -- wherein notions of ``good" behavior are tacit and hard to quantify. To this end, we introduce REvolve, a truly evolutionary framework that uses LLMs for reward design in RL. REvolve generates and refines reward functions by utilizing human feedback to guide the evolution process, effectively translating implicit human knowledge into explicit reward functions for training (deep) RL agents. Experimentally, we demonstrate that agents trained on REvolve-designed rewards outperform other state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2406.01309

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CyberEvolver: Structured Self-Evolution for Cybersecurity Agents On the Fly

2026-05-25 · Yihe Fan, Changyi Li, Lichen Xu, Xudong Pan 외 arxiv

LLM-based agents are increasingly used for cybersecurity tasks, but most existing systems rely on fixed, human-designed scaffolds that struggle to adapt across diverse targets and failure modes. We introduce \textsc{Cybe…

Evolutionary Discovery of Reinforcement Learning Algorithms via Large Language Models

2026-03-30 · Alkis Sygkounas, Amy Loutfi, Andreas Persson arxiv

Reinforcement learning algorithms are defined by their learning update rules, which are typically hand-designed and fixed. We present an evolutionary framework for discovering reinforcement learning algorithms by searchi…

Reinforcement Learning

REvolveR: Continuous Evolutionary Models for Robot-to-robot Policy Transfer

2022-02-10 · Xingyu Liu, Deepak Pathak, Kris M. Kitani

A popular paradigm in robotic learning is to train a policy from scratch for every new robot. This is not only inefficient but also often impractical for complex robots. In this work, we consider the problem of transferr…

Imitation Learning

Revolve: Optimizing AI Systems by Tracking Response Evolution in Textual Optimization

2024-12-04 · Peiyan Zhang, Haibo Jin, Leyang Hu, Xinnuo Li 외

Recent advancements in large language models (LLMs) have significantly enhanced the ability of LLM-based systems to perform complex tasks through natural language processing and tool interaction. However, optimizing thes…

Prompt Engineering

Efficient Language-instructed Skill Acquisition via Reward-Policy Co-Evolution

2024-12-18 · Changxin Huang, Yanbin Chang, Junfan Lin, Junyang Liang 외

The ability to autonomously explore and resolve tasks with minimal human guidance is crucial for the self-development of embodied intelligence. Although reinforcement learning methods can largely ease human effort, it's …

Bayesian Optimization