paper-with-me

Papers

Logical Robots: Declarative Multi-Agent Programming in Logica

2026-04-08 · Evgeny Skvortsov, Yilin Xia, Ojaswa Garg, Shawn Bowers, Bertram Ludäscher arxiv

We present Logical Robots, an interactive multi-agent simulation platform where autonomous robot behavior is specified declaratively in the logic programming language Logica. Robot behavior is defined by logical predicates that map observations from simulated radar arrays and shared memory to desired motor outputs. This approach allows low-level reactive control and high-level planning to coexist within a single programming environment, providing a coherent framework for exploring multi-agent robot behavior.

📄 PDF Abstract BibTeX arXiv:2604.06629

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Combining Answer Set Programming and POMDPs for Knowledge Representation and Reasoning on Mobile Robots

2013-07-29 · Shiqi Zhang, Mohan Sridharan

For widespread deployment in domains characterized by partial observability, non-deterministic actions and unforeseen changes, robots need to adapt sensing, processing and interaction with humans to the tasks at hand. Wh…

Lowering the learning curve for declarative programming: a Python API for the IDP system

2015-11-03 · Joost Vennekens

Programmers may be hesitant to use declarative systems, because of the associated learning curve. In this paper, we present an API that integrates the IDP Knowledge Base system into the Python programming language. IDP i…

Strabo: Declarative Specification and Implementation of Agentic Interaction Protocols

2026-06-03 · Samuel H. Christie, Amit K. Chopra, Munindar P. Singh arxiv

The last few years have witnessed major advances in the modeling and implementation of multiagent systems based on declarative interaction protocols. Our contribution, Strabo, establishes the relevance of these advances …

Prospects for Declarative Mathematical Modeling of Complex Biological Systems

2018-04-30 · Eric Mjolsness

Declarative modeling uses symbolic expressions to represent models. With such expressions one can formalize high-level mathematical computations on models that would be difficult or impossible to perform directly on a lo…

A Declarative Language for Building And Orchestrating LLM-Powered Agent Workflows

2025-12-22 · Ivan Daunis arxiv

Building deployment-ready LLM agents requires complex orchestration of tools, data sources, and control flow logic, yet existing systems tightly couple agent logic to specific programming languages and deployment models.…