paper-with-me

Papers

Reactive Environments for Active Inference Agents with RxEnvironments.jl

2024-09-17 · Wouter W. L. Nuijten, Bert de Vries

Active Inference is a framework that emphasizes the interaction between agents and their environment. While the framework has seen significant advancements in the development of agents, the environmental models are often borrowed from reinforcement learning problems, which may not fully capture the complexity of multi-agent interactions or allow complex, conditional communication. This paper introduces Reactive Environments, a comprehensive paradigm that facilitates complex multi-agent communication. In this paradigm, both agents and environments are defined as entities encapsulated by boundaries with interfaces. This setup facilitates a robust framework for communication in nonequilibrium-Steady-State systems, allowing for complex interactions and information exchange. We present a Julia package RxEnvironments.jl, which is a specific implementation of Reactive Environments, where we utilize a Reactive Programming style for efficient implementation. The flexibility of this paradigm is demonstrated through its application to several complex, multi-agent environments. These case studies highlight the potential of Reactive Environments in modeling sophisticated systems of interacting agents.

📄 PDF Abstract BibTeX arXiv:2409.11087

Code (2)

biaslab/RxEnvironments.jl 공식 구현
wouterwln/rxenvironments-examples 공식 구현

Similar Papers 제목 키워드 기반

Active Inference for Physical AI Agents -- An Engineering Perspective

2026-03-21 · Bert de Vries arxiv

Physical AI agents, such as robots and other embodied systems operating under tight and fluctuating resource constraints, remain far less capable than biological agents in open-ended real-world environments. This paper a…

Reasoning in Highly Reactive Environments

2019-09-18 · Francesco Pacenza

The aim of my Ph.D. thesis concerns Reasoning in Highly Reactive Environments. As reasoning in highly reactive environments, we identify the setting in which a knowledge-based agent, with given goals, is deployed in an e…

Reactive Knowledge Representation and Asynchronous Reasoning

2026-02-05 · Simon Kohaut, Benedict Flade, Julian Eggert, Kristian Kersting 외 arxiv

Exact inference in complex probabilistic models often incurs prohibitive computational costs. This challenge is particularly acute for autonomous agents in dynamic environments that require frequent, real-time belief upd…

Reactive, Proactive, and Inductive Agents: An evolutionary path for biological and artificial spiking networks

2019-02-18 · Lana Sinapayen, Atsushi Masumori, Ikegami Takashi

Complex environments provide structured yet variable sensory inputs. To best exploit information from these environments, organisms must evolve the ability to anticipate consequences of unknown stimuli, and act on these …

From Reactive to Map-Based AI: Tuned Local LLMs for Semantic Zone Inference in Object-Goal Navigation

2026-03-09 · Yudai Noda, Kanji Tanaka arxiv

Object-Goal Navigation (ObjectNav) requires an agent to find and navigate to a target object category in unknown environments. While recent Large Language Model (LLM)-based agents exhibit zero-shot reasoning, they often …