English

Learning of Parameters in Behavior Trees for Movement Skills

Robotics 2022-08-03 v2 Machine Learning

Abstract

Reinforcement Learning (RL) is a powerful mathematical framework that allows robots to learn complex skills by trial-and-error. Despite numerous successes in many applications, RL algorithms still require thousands of trials to converge to high-performing policies, can produce dangerous behaviors while learning, and the optimized policies (usually modeled as neural networks) give almost zero explanation when they fail to perform the task. For these reasons, the adoption of RL in industrial settings is not common. Behavior Trees (BTs), on the other hand, can provide a policy representation that a) supports modular and composable skills, b) allows for easy interpretation of the robot actions, and c) provides an advantageous low-dimensional parameter space. In this paper, we present a novel algorithm that can learn the parameters of a BT policy in simulation and then generalize to the physical robot without any additional training. We leverage a physical simulator with a digital twin of our workstation, and optimize the relevant parameters with a black-box optimizer. We showcase the efficacy of our method with a 7-DOF KUKA-iiwa manipulator in a task that includes obstacle avoidance and a contact-rich insertion (peg-in-hole), in which our method outperforms the baselines.

Keywords

Cite

@article{arxiv.2109.13050,
  title  = {Learning of Parameters in Behavior Trees for Movement Skills},
  author = {Matthias Mayr and Konstantinos Chatzilygeroudis and Faseeh Ahmad and Luigi Nardi and Volker Krueger},
  journal= {arXiv preprint arXiv:2109.13050},
  year   = {2022}
}

Comments

8 pages, 5 figures, accepted at 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)

R2 v1 2026-06-24T06:22:51.357Z