paper-with-me

홈 › Papers

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

2026-03-23 · Nitin Vetcha, Dianbo Liu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.20189

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningTest-time AdaptationContinual LearningLogical Reasoning

Similar Papers 제목 키워드 기반

S-Agents: Self-organizing Agents in Open-ended Environments

2024-02-07 · Jiaqi Chen, Yuxian Jiang, Jiachen Lu, Li Zhang

Leveraging large language models (LLMs), autonomous agents have significantly improved, gaining the ability to handle a variety of tasks. In open-ended settings, optimizing collaboration for efficiency and effectiveness …

Minecraft

Solar Open Technical Report

2026-01-11 · Sungrae Park, Sanghoon Kim, Jungho Cho, Gyoungjin Gim 외 arxiv

We introduce Solar Open, a 102B-parameter bilingual Mixture-of-Experts language model for underserved languages. Solar Open demonstrates a systematic methodology for building competitive LLMs by addressing three intercon…

Optimizing Appliance Scheduling for Solar Energy Management Using Metaheuristic Algorithms

2026-06-11 · Hiba Ahmed, Alexander E. I. Brownlee, Jason Adair, Simon T. Powers arxiv

Renewable energy is essential for meeting future energy demands; however, solar energy generation, which occurs only during daylight hours often does not align with household consumption patterns. Appliances such as cook…

Solar Open 2 Technical Report

2026-07-22 · Sungrae Park, Sanghoon Kim, Gyoungjin Gim, Jungho Cho 외 arxiv

We present Solar Open 2, a 250B-A15B Mixture-of-Experts language model built for long-horizon agentic tasks, scaled up from Solar Open 1 (Solar Open 100B). To hold entire agent trajectories in a single context, Solar Ope…

Optimized Three-Dimensional Photovoltaic Structures with LLM guided Tree Search

2026-05-15 · Michael P. Brenner, Lizzie Dorfman, John C. Platt arxiv

We present a case study for how AI coding systems can be used to generate novel scientific hypotheses. We combine a generic coding agent (Google's AntiGravity) with an LLM-driven tree search algorithm (Empirical Research…