中文
相关论文

相关论文: Handling Concurrency in Behavior Trees

200 篇论文

The present and future of evolutionary algorithms depends on the proper use of modern parallel and distributed computing infrastructures. Although still sequential approaches dominate the landscape, available multi-core, many-core and…

神经与进化计算 · 计算机科学 2021-03-02 Francisco Fernández de Vega , Gustavo Olague , Francisco Chávez , Daniel Lanza , Wolfgang Banzhaf , Erik Goodman

This article introduces ATAB, a tool that automatically generates pairwise reachability checks for action trees. Action trees can be used to study the behaviour of real-world concurrent programs. ATAB encodes pairwise reachability checks…

计算机科学中的逻辑 · 计算机科学 2016-04-25 Jonathan Hoyland , Matthew Hague

The dynamic trees problem is to maintain a forest subject to edge insertions and deletions while facilitating queries such as connectivity, path weights, and subtree weights. Dynamic trees are a fundamental building block of a large number…

数据结构与算法 · 计算机科学 2020-10-27 Umut A. Acar , Daniel Anderson , Guy E. Blelloch , Laxman Dhulipala , Sam Westrick

Robotic assistance in robot arm teleoperation tasks has recently gained a lot of traction in industrial and domestic environment. A wide variety of input devices is used in such setups. Due to the noise in the input signals (e.g., Brain…

机器人学 · 计算机科学 2023-03-21 Mohamed Behery , Minh Trinh , Christian Brecher , Gerhard Lakemeyer

Behavior sequences, composed of executable steps, serve as the operational foundation for multi-constraint planning problems such as travel planning. In such tasks, each planning step is not only constrained locally but also influenced by…

机器学习 · 计算机科学 2026-04-24 Duanyang Yuan , Sihang Zhou , Yanning Hou , Xiaoshu Chen , Haoyuan Chen , Ke Liang , Jiyuan Liu , Chuan Ma , Xinwang Liu , Jian Huang

We present Collaborative Trees, a novel tree model designed for regression prediction, along with its bagging version, which aims to analyze complex statistical associations between features and uncover potential patterns inherent in the…

统计方法学 · 统计学 2024-05-21 Chien-Ming Chi

Behavior Trees (BTs) provide designers an intuitive graphical interface to construct long-horizon plans for autonomous systems. To ensure their correctness and safety, rigorous formal models and verification techniques are essential.…

机器人学 · 计算机科学 2026-04-15 Ryan Matheu , John S. Baras , Calin Belta

This paper addresses the incompatible case of parallel batch scheduling, where compatible jobs belong to the same family, and jobs from different families cannot be processed together in the same batch. The state-of-the-art constraint…

系统与控制 · 电气工程与系统科学 2025-09-09 Jorge A. Huertas , Pascal Van Hentenryck

Cyber-physical production systems increasingly involve collaborative robotic missions, requiring more demand for robust and safe missions. Industries rely on risk assessments to identify potential failures and implement measures to mitigate…

机器人学 · 计算机科学 2025-06-17 Razan Ghzouli , Atieh Hanna , Endre Erös , Rebekka Wohlrab

AI systems that learn through reward feedback about the actions they take are increasingly deployed in domains that have significant impact on our daily life. However, in many cases the online rewards should not be the only guiding…

人工智能 · 计算机科学 2018-09-18 Avinash Balakrishnan , Djallel Bouneffouf , Nicholas Mattei , Francesca Rossi

Modern network defense can benefit from the use of autonomous systems, offloading tedious and time-consuming work to agents with standard and learning-enabled components. These agents, operating on critical network infrastructure, need to…

人工智能 · 计算机科学 2024-11-07 Nicholas Potteiger , Ankita Samaddar , Hunter Bergstrom , Xenofon Koutsoukos

Interpretable policy representations like Behavior Trees (BTs) and Dynamic Motion Primitives (DMPs) enable robot skill transfer from human demonstrations, but each faces limitations: BTs require expert-crafted low-level actions, while DMPs…

机器人学 · 计算机科学 2025-05-14 David Cáceres Domínguez , Erik Schaffernicht , Todor Stoyanov

The Entity-Component-System (ECS) software design pattern, long used in game development, encourages a clean separation of identity (entities), data properties (components), and computational behaviors (systems). Programs written using the…

编程语言 · 计算机科学 2025-09-17 Patrick Redmond , Jonathan Castello , José Manuel Calderón Trilla , Lindsey Kuper

Ordered sets and maps play important roles as index structures in relational data models. When a shared index in a multi-user system is modified concurrently, the current state of the index will diverge into multiple versions containing the…

数据结构与算法 · 计算机科学 2013-01-16 Olle Liljenzin

Designing neural network architectures is a challenging task and knowing which specific layers of a model must be adapted to improve the performance is almost a mystery. In this paper, we introduce a novel theory and metric to identify…

机器学习 · 计算机科学 2020-11-06 David Peer , Sebastian Stabinger , Antonio Rodriguez-Sanchez

In reliability engineering, we need to understand system dependencies, cause-effect relations, identify critical components, and analyze how they trigger failures. Three prominent graph models commonly used for these purposes are fault…

其他计算机科学 · 计算机科学 2023-10-10 L. A. Jimenez-Roa , T. Heskes , M. Stoelinga

In this paper, we study the possibility of designing non-trivial random CSP models by exploiting the intrinsic connection between structures and typical-case hardness. We show that constraint consistency, a notion that has been developed to…

人工智能 · 计算机科学 2011-10-12 J. Culberson , Y. Gao

The amoebot model abstracts active programmable matter as a collection of simple computational elements called amoebots that interact locally to collectively achieve tasks of coordination and movement. Since its introduction at SPAA 2014, a…

分布式、并行与集群计算 · 计算机科学 2022-09-20 Joshua J. Daymude , Andréa W. Richa , Christian Scheideler

The actor model is an attractive foundation for developing concurrent applications because actors are isolated concurrent entities that communicate through asynchronous messages and do not share state. Thereby, they avoid concurrency bugs…

编程语言 · 计算机科学 2018-04-25 Carmen Torres Lopez , Stefan Marr , Hanspeter Mössenböck , Elisa Gonzalez Boix

Neural networks have been increasingly employed in Model Predictive Controller (MPC) to control nonlinear dynamic systems. However, MPC still poses a problem that an achievable update rate is insufficient to cope with model uncertainty and…

机器人学 · 计算机科学 2022-07-15 Taekyung Kim , Hojin Lee , Seongil Hong , Wonsuk Lee