paper-with-me

Papers

BAMAX: Backtrack Assisted Multi-Agent Exploration using Reinforcement Learning

2024-11-13 · Geetansh Kalra, Amit Patel, Atul Chaudhari, Divye Singh

Autonomous robots collaboratively exploring an unknown environment is still an open problem. The problem has its roots in coordination among non-stationary agents, each with only a partial view of information. The problem is compounded when the multiple robots must completely explore the environment. In this paper, we introduce Backtrack Assisted Multi-Agent Exploration using Reinforcement Learning (BAMAX), a method for collaborative exploration in multi-agent systems which attempts to explore an entire virtual environment. As in the name, BAMAX leverages backtrack assistance to enhance the performance of agents in exploration tasks. To evaluate BAMAX against traditional approaches, we present the results of experiments conducted across multiple hexagonal shaped grids sizes, ranging from 10x10 to 60x60. The results demonstrate that BAMAX outperforms other methods in terms of faster coverage and less backtracking across these environments.

📄 PDF Abstract BibTeX arXiv:2411.08400

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

BEAP-Agent: Backtrackable Execution and Adaptive Planning for GUI Agents

2026-01-29 · Ziyu Lu, Tengjin Weng, Yiying Yang, Yuhang Zhao 외 arxiv

GUI agents are designed to automate repetitive tasks and enhance productivity. However, existing GUI agents struggle to recover once they follow an incorrect exploration path, often leading to task failure. In this work,…

WebOperator: Action-Aware Tree Search for Autonomous Agents in Web Environment

2025-12-14 · Mahir Labib Dihan, Tanzima Hashem, Mohammed Eunus Ali, Md Rizwan Parvez arxiv

LLM-based agents often operate in a greedy, step-by-step manner, selecting actions solely based on the current observation without considering long-term consequences or alternative paths. This lack of foresight is partic…

BacktrackAgent: Enhancing GUI Agent with Error Detection and Backtracking Mechanism

2025-05-27 · Qinzhuo Wu, Pengzhi Gao, Wei Liu, Jian Luan

Graphical User Interface (GUI) agents have gained substantial attention due to their impressive capabilities to complete tasks through multiple interactions within GUI environments. However, existing agents primarily foc…

Searching Videos as Trees: Self-Correcting Agents for Grounded Long Video QA

2026-07-17 · Ce Zhang, Ziyang Wang, Yulu Pan, Oluwatumininu Oguntola 외 arxiv

Grounded long-video question answering (Grounded LVQA) requires answering a question about a long video while localizing the short evidence interval that supports the answer. Recent agentic methods frame this task as mul…

Video Question AnsweringReinforcement Learning

Emergent Search and Backtracking in Latent Reasoning Models

2026-02-08 · Jasmine Cui, Charles Ye arxiv

What happens when a language model thinks without words? Standard reasoning LLMs verbalize intermediate steps as chain-of-thought; latent reasoning transformers (LRTs) instead perform deliberation entirely in continuous …