arXiv:2510.00373cs.LGcs.AI2025-10被引 2

用大模型生成控制策略结构,再优化参数,提升效率与性能

Combining Large Language Models and Gradient-Free Optimization for Automatic Control Policy Synthesis

  • 大模型负责生成程序结构,独立优化数值参数以提高效率
  • 在控制任务中实现更高回报和更少样本需求
  • 适合需要可解释高绩效控制策略的研究与工程场景

大型语言模型(LLMs)在生成符号化控制策略方面展现出潜力,可通过迭代搜索生成类似程序的可解释表示。然而,这些模型无法将策略的功能结构与其参数数值分离,导致搜索过程缓慢低效。本文提出一种混合方法,通过引入额外的优化层,将结构合成与参数优化解耦:提取LLM生成程序的数值参数,并进行数值优化以最大化任务性能。在此框架下,LLM迭代探索程序的功能结构,而独立的优化循环则寻找与候选程序匹配的局部最优参数集。我们在一系列控制任务上评估该方法,结果表明其相较于纯LLM引导搜索,获得了更高的回报与更好的样本效率。结合符号程序合成与数值优化,生成了既可解释又高性能的策略,弥合了语言模型引导设计与经典控制调优之间的差距。代码已公开于 https://sites.google.com/berkeley.edu/colmo。

原文摘要 · Abstract (English)

Large Language models (LLMs) have shown promise as generators of symbolic control policies, producing interpretable program-like representations through iterative search. However, these models are not capable of separating the functional structure of a policy from the numerical values it is parametrized by, thus making the search process slow and inefficient. We propose a hybrid approach that decouples structural synthesis from parameter optimization by introducing an additional optimization layer for local parameter search. In our method, the numerical parameters of LLM-generated programs are extracted and optimized numerically to maximize task performance. With this integration, an LLM iterates over the functional structure of programs, while a separate optimization loop is used to find a locally optimal set of parameters accompanying candidate programs. We evaluate our method on a set of control tasks, showing that it achieves higher returns and improved sample efficiency compared to purely LLM-guided search. We show that combining symbolic program synthesis with numerical optimization yields interpretable yet high-performing policies, bridging the gap between language-model-guided design and classical control tuning. Our code is available at https://sites.google.com/berkeley.edu/colmo.

控制策略大模型优化符号生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。