🌙

基于专家系统的多智能体深度确定性策略梯度用于群体机器人决策

Expert System-Based Multiagent Deep Deterministic Policy Gradient for Swarm Robot Decision Making

IEEE Transactions on Cybernetics · 2022
被引 32
ABS 3

中文导读

提出ESB-MADDPG方法,结合专家系统加速群体机器人路径规划训练,并通过模型预测控制实现离线轨迹的最优跟踪,提高决策效率。

Abstract

In this article, an expert system-based multiagent deep deterministic policy gradient (ESB-MADDPG) is proposed to realize the decision making for swarm robots. Multiagent deep deterministic policy gradient (MADDPG) is a multiagent reinforcement learning algorithm proposed to utilize a centralized critic within the actor-critic learning framework, which can reduce policy gradient variance. However, it is difficult to apply traditional MADDPG to swarm robots directly as it is time consuming during the path planning, rendering it necessary to propose a faster method to gather the trajectories. Besides, the trajectories obtained by the MADDPG are continuous by straight lines, which is not smooth and will be difficult for the swarm robots to track. This article aims to solve these problems by closing the above gaps. First, the ESB-MADDPG method is proposed to improve the training speed. The smooth processing of the trajectory is designed in the ESB-MADDPG. Furthermore, the expert system also provides us with many trained offline trajectories, which avoid the retraining each time we use the swarm robots. Considering the gathered trajectories, the model predictive control (MPC) algorithm is introduced to realize the optimal tracking of the offline trajectories. Simulation results show that combining ESB-MADDPG and MPC can realize swarm robot decision making efficiently.

群体机器人强化学习路径规划专家系统模型预测控制