首页 /研究 /Behavior Trees for decision-making in Autonomous Driving
OTHER

Behavior Trees for decision-making in Autonomous Driving

Magnus Olsson

发表年份
2016
引用次数
22

摘要

This degree project investigates the suitability of using Behavior Trees (BT) as an architecture for the behavioral layer in autonomous driving. BTs originate from video game development but have received attention in robotics research the past couple of years. This project also includes implementation of a simulated traffic environment using the Unity3D engine, where the use of BTs is evaluated and compared to an implementation using finite-state machines (FSM). After the initial implementation, the simulation along with the control architectures were extended with additional behaviors in four steps. The different versions were evaluated using software maintainability metrics (Cyclomatic complexity and Maintainability index) in order to extrapolate and reason about more complex implementations as would be required in a real autonomous vehicle. It is concluded that as the AI requirements scale and grow more complex, the BTs likely become substantially more maintainable than FSMs and hence may prove a viable alternative for autonomous driving.

关键词

Layer (electronics)Computer scienceArchitectureAutonomous system (mathematics)Artificial intelligenceHuman–computer interactionSimulationVisual artsArt

相关论文

查看 OTHER 分类全部论文