leader-following 自适应动态规划仿真我要分享

Leader following adaptive dynamic programming simulation

多智能体系统 多智能体 scared9gx 自适应 leader-following

关注次数: 792

下载次数: 12

文件大小: 7KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

本代码运用自适应动态规划理论,结合BP神经网络,设计实现多智能体系统的一致控制。其中的控制率是由HDP框架的BP神经网络基于智能体的实时状态数据自适应产生的。


English Description:

The code uses adaptive dynamic programming theory, combined with BP neural network, design and implementation of multi-agent system consistent control. The control rate is adaptively generated by BP neural network of HDP framework based on real-time state data of agents.


代码预览

leader-following 自适应动态规划仿真\caculAN.m

leader-following 自适应动态规划仿真\caculCM.m

leader-following 自适应动态规划仿真\caculCN.m

leader-following 自适应动态规划仿真\leader.mat

leader-following 自适应动态规划仿真\main.asv

leader-following 自适应动态规划仿真\main.m

leader-following 自适应动态规划仿真\readme.txt

leader-following 自适应动态规划仿真\TPSystem.m

leader-following 自适应动态规划仿真\upAction.m

leader-following 自适应动态规划仿真\upCN.m

leader-following 自适应动态规划仿真