BayJarvis: Blogs on autonomous-agent

paper Voyager: An Open-Ended Embodied Agent with Large Language Models - 2024-04-13

Voyager is the first LLM (Large Language Models) powered embodied lifelong learning agent that continuously explores the world, acquires diverse skills, and makes novel discoveries without human intervention. The agent is designed to operate in the Minecraft environment, a popular open-ended game that offers a rich set of tasks and interactions. …

paper Reflexion: Language Agents with Verbal Reinforcement Learning - 2024-04-13

Reflexion is a novel framework proposed by Shinn et al. for reinforcing language agents through linguistic feedback rather than traditional weight updates. The key idea is to have agents verbally reflect on feedback signals, maintain the reflective text in an episodic memory buffer, and use this to guide better decision making in subsequent trials. …

paper Cognitive Architectures for Language Agents - 2024-04-01

Cognitive Architectures for Language Agents: A Framework for Building Intelligent Language Models. Large language models (LLMs) have achieved impressive results on many natural language tasks. However, to build truly intelligent agents, we need to equip LLMs with additional capabilities like memory, reasoning, learning, and interacting with the environment. A new paper titled "Cognitive Architectures for Language Agents" proposes a framework called CoALA to guide the development of such language agents. …

paper Training Language Model Agents without Modifying Language Models - 2024-03-19

Reframing Large Language Models (LLMs) as agents has ushered in a new paradigm of automation. Researchers and practitioners have increasingly been using these models as agents to automate complex tasks using specialized functions. However, integrating useful functions into LLM agents often requires manual effort and extensive iterations, which is time-consuming and inefficient. Inspired by the analogy of humans continuously forging tools to adapt to tasks, this paper introduces a novel approach to train LLM agents by forging their functions, treating them as learnable 'agent parameters', without modifying the LLM weights. This paradigm, termed 'Agent Training', involves updating the agent's functions to maximize task-solving ability, offering a promising avenue for developing specialized LLM agents efficiently. …

paper Genie: Generative Interactive Environments - 2024-02-28

In the realm of artificial intelligence and machine learning, the quest for creating more immersive and interactive experiences has led to significant advancements. The paper introduces "Genie," a groundbreaking generative model capable of creating interactive environments from unsupervised learning of internet videos. With its 11 billion parameters, Genie represents a new frontier in AI, blending the spatiotemporal dynamics of video with the interactivity of virtual worlds. …

paper AMAGO: Scalable In-Context Reinforcement Learning for Adaptive Agents - 2024-02-26

In the realm of Reinforcement Learning (RL), the paper introduces AMAGO, an innovative in-context RL agent designed to tackle the challenges of generalization, long-term memory, and meta-learning. AMAGO utilizes sequence models, specifically Transformers, to learn from entire rollouts in parallel, marking a significant departure from traditional approaches that often require extensive tuning and face scalability issues. …

autonomous-agent Implementing EcoAssistant: Leveraging AutoGen for Enhanced Code-driven Question Answering - 2023-11-13

EcoAssistant, built on the principles outlined in the paper "EcoAssistant: Using LLM Assistant More Affordably and Accurately", showcases an advanced application of AutoGen in AI-driven question answering. The system's implementation hinges on three pivotal features: …

paper Unraveling EcoAssistant: Autogen's Advancement in Economical and Precise Code-Driven Question Answering - 2023-11-13

In the ever-evolving landscape of artificial intelligence, the recent paper "EcoAssistant: Using LLM Assistant More Affordably and Accurately" emerges as a groundbreaking study. This research paper delves into the complexities of utilizing Large Language Models (LLMs) in a cost-effective and accurate manner, specifically for code-driven question answering. This innovation builds on the capabilities of Autogen, a key component in enhancing the effectiveness of the model. …

paper AutoGen: Unleashing the Power of Multi-Agent Conversations in LLM Applications - 2023-11-12

AutoGen is an open-source framework that facilitates the development of LLM (Large Language Model) applications using a multi-agent conversation approach. It allows developers to build customizable, conversable agents capable of operating in various modes, combining LLMs, human inputs, and tools. …

paper MemGPT: Towards LLMS As Operating Systems - 2023-11-11

The recent advancement in AI, dubbed MemGPT, marks a significant leap in the capabilities of Large Language Models (LLMs). Developed by a team at UC Berkeley, MemGPT addresses a critical challenge in LLMs: managing extended context for complex tasks. This blog delves into the groundbreaking features of MemGPT, illustrating how it could reshape our interaction with conversational AI and document analysis. …

paper A Comprehensive Overview of LLM-Based Autonomous Agents - 2023-11-10

The research paper "A Survey on Large Language Model based Autonomous Agents" from Renmin University of China presents a detailed overview of the advancements in the field of autonomous agents driven by Large Language Models (LLMs). This paper provides insights into various aspects of agent architecture, including profiling, memory, planning, and action modules, along with their applications, evaluation strategies, and future directions. …

paper Cost-Effective Hyperparameter Tuning for LLMs on a Budget - 2023-10-18

Large language models (LLMs) like GPT-3 offer impressive text generation capabilities. But with API pricing tied to compute usage, heavy costs limit wider adoption of LLMs. How can we maximize the value extracted from these models under budget constraints? …