paper-with-me

홈 › Papers

Online Dynamic Goal Recognition in Gym Environments

2025-09-27 · Shamir Matan, Elhadad Osher, Nageris Ben, Mirsky Reuth arxiv

Goal Recognition (GR) is the task of inferring an agent's intended goal from partial observations of its behavior, typically in an online and one-shot setting. Despite recent advances in model-free GR, particularly in applications such as human-robot interaction, surveillance, and assistive systems, the field remains fragmented due to inconsistencies in benchmarks, domains, and evaluation protocols. To address this, we introduce gr-libs (https://github.com/MatanShamir1/gr_libs) and gr-envs (https://github.com/MatanShamir1/gr_envs), two complementary open-source frameworks that support the development, evaluation, and comparison of GR algorithms in Gym-compatible environments. gr-libs includes modular implementations of MDP-based GR baselines, diagnostic tools, and evaluation utilities. gr-envs provides a curated suite of environments adapted for dynamic and goal-directed behavior, along with wrappers that ensure compatibility with standard reinforcement learning toolkits. Together, these libraries offer a standardized, extensible, and reproducible platform for advancing GR research. Both packages are open-source and available on GitHub and PyPI.

📄 PDF Abstract BibTeX arXiv:2509.23244

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ODGR: Online Dynamic Goal Recognition

2024-07-23 · Matan Shamir, Osher Elhadad, Matthew E. Taylor, Reuth Mirsky

Traditionally, Reinforcement Learning (RL) problems are aimed at optimization of the behavior of an agent. This paper proposes a novel take on RL, which is used to learn the policy of another agent, to allow real-time re…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Goal Recognition as Reinforcement Learning

2022-02-13 · Leonardo Rosa Amado, Reuth Mirsky, Felipe Meneguzzi

Most approaches for goal recognition rely on specifications of the possible dynamics of the actor in the environment when pursuing a goal. These specifications suffer from two key issues. First, encoding these dynamics r…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Heuristic Online Goal Recognition in Continuous Domains

2017-09-28 · Mor Vered, Gal A. Kaminka

Goal recognition is the problem of inferring the goal of an agent, based on its observed actions. An inspiring approach - plan recognition by planning (PRP) - uses off-the-shelf planners to dynamically generate plans for…

General Dynamic Goal Recognition

2025-05-14 · Osher Elhadad, Reuth Mirsky

Understanding an agent's intent through its behavior is essential in human-robot interaction, interactive AI systems, and multi-agent collaborations. This task, known as Goal Recognition (GR), poses significant challenge…

Online Goal Recognition using Path Signature and Dynamic Time Warping

2026-05-08 · Douglas Tesch, Nathan Gavenski, Leonardo Amado, Odinaldo Rodrigues 외 arxiv

Online goal recognition in continuous domains poses two central challenges: efficiently encoding large trajectories and effectively comparing them. Recent work addresses these challenges by using custom state-space repre…