SOLAR: A Self-Optimizing Open-Ended Autonomous Agent for Lifelong Learning and Continual Adaptation

Nitin Vetcha, Dianbo Liu

arXiv:2605.20189 · 2026-05-22 공개 · arXiv · PDF

reinforcement-learning continual-learning test-time-adaptation episodic-memory meta-learning continual-adaptation autonomous-agent self-optimizing

Abstract

Despite the remarkable success of large language models (LLMs), they still face bottlenecks while deploying in dynamic, real-world settings with primary challenges being concept drift and the high cost of gradient-based adaptation. Traditional fine-tuning (FT) struggles to adapt to non-stationary data streams without resulting in catastrophic for getting or requiring extensive manual data curation. To address these limitations within the streaming and continual learning paradigm, we propose the Self-Optimizing Lifelong Autonomous Reasoner (SOLAR) which is an open-ended autonomous agent that leverages parameter-level meta-learning to self-improve, treating model weights as an environment for exploration. It initiates the process by consolidating a strong prior over common-sense knowledge making it effective for transfer-learning. By utilizing a multi-level reinforcement learning approach, SOLAR autonomously discovers adaptation strategies, enabling efficient test-time adaptation to unseen domains. Crucially, SOLAR maintains an evolving knowledge base of valid modification strategies, implicitly acting as an episodic memory buffer to balance plasticity (adaptation to new tasks) and stability (retention of meta-knowledge). Experiments demonstrate that SOLAR outperforms strong baselines on common-sense, mathematical, medical, coding, social and logical reasoning tasks, marking a significant step toward autonomous agents capable of lifelong adaptation in evolving environments.

한국어 요약

한 줄 요약

**[Lifelong Learning Agent / Meta-Learning]** SOLAR가 parameter-level meta-learning과 multi-level RL로 모델 가중치 자체를 탐색 환경으로 다뤄 self-improve, evolving knowledge base를 episodic memory로 활용해 plasticity·stability 균형.

핵심 기여도

핵심 아이디어

Lifelong adaptation에는 weight 자체를 RL이 탐색하는 환경으로 보고, 유효 modification strategy를 episodic memory에 누적하는 meta-learning이 효과적이며, 이로써 gradient FT의 cost와 catastrophic forgetting을 동시 회피하면서 plasticity·stability 균형이 가능하다.

기술적 접근법

주요 결과

의의 및 한계

**의의**: lifelong LLM agent 개발에 weight-as-environment·meta-learning·RL의 통합 frame 제시.

실용적 활용