paper-with-me

홈 › Papers

Self-Refined Large Language Model as Automated Reward Function Designer for Deep Reinforcement Learning in Robotics

2023-09-13 · Jiayang Song, Zhehua Zhou, Jiawei Liu, Chunrong Fang, Zhan Shu, Lei Ma

Although Deep Reinforcement Learning (DRL) has achieved notable success in numerous robotic applications, designing a high-performing reward function remains a challenging task that often requires substantial manual input. Recently, Large Language Models (LLMs) have been extensively adopted to address tasks demanding in-depth common-sense knowledge, such as reasoning and planning. Recognizing that reward function design is also inherently linked to such knowledge, LLM offers a promising potential in this context. Motivated by this, we propose in this work a novel LLM framework with a self-refinement mechanism for automated reward function design. The framework commences with the LLM formulating an initial reward function based on natural language inputs. Then, the performance of the reward function is assessed, and the results are presented back to the LLM for guiding its self-refinement process. We examine the performance of our proposed framework through a variety of continuous robotic control tasks across three diverse robotic systems. The results indicate that our LLM-designed reward functions are able to rival or even surpass manually designed reward functions, highlighting the efficacy and applicability of our approach.

📄 PDF Abstract BibTeX arXiv:2309.06687

Code (1)

zhehuazhou/llm_reward_design 공식 구현

Tasks

Common Sense ReasoningDeep Reinforcement LearningLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

UICoder: Finetuning Large Language Models to Generate User Interface Code through Automated Feedback

2024-06-11 · Jason Wu, Eldon Schoop, Alan Leung, Titus Barik 외

Large language models (LLMs) struggle to consistently generate UI code that compiles and produces visually relevant designs. Existing approaches to improve generation rely on expensive human feedback or distilling a prop…

MagicGUI-RMS: A Multi-Agent Reward Model System for Self-Evolving GUI Agents via Automated Feedback Reflux

2026-01-19 · Zecheng Li, Zhihui Cao, Wenke Huang, Yudong Zhang 외 arxiv

Graphical user interface (GUI) agents are rapidly progressing toward autonomous interaction and reliable task execution across diverse applications. However, two central challenges remain unresolved: automating the evalu…

Action Assessment

Refined Direct Preference Optimization with Synthetic Data for Behavioral Alignment of LLMs

2024-02-12 · Víctor Gallego

In this paper, we introduce \emph{refined Direct Preference Optimization} (rDPO), a method for improving the behavioral alignment of Large Language Models (LLMs) without the need for human-annotated data. The method invo…

SC-Captioner: Improving Image Captioning with Self-Correction by Reinforcement Learning

2025-08-08 · Lin Zhang, Xianfang Zeng, Kangcong Li, Gang Yu 외 arxiv

We propose SC-Captioner, a reinforcement learning framework that enables the self-correcting capability of image caption models. Our crucial technique lies in the design of the reward function to incentivize accurate cap…

Reinforcement LearningImage Captioning

Self-alignment of Large Video Language Models with Refined Regularized Preference Optimization

2025-04-16 · Pritam Sarkar, Ali Etemad

Despite recent advances in Large Video Language Models (LVLMs), they still struggle with fine-grained temporal understanding, hallucinate, and often make simple mistakes on even simple video question-answering tasks, all…

HallucinationQuestion AnsweringVideo Question AnsweringVideo Understanding