重要-SARSA算法我要分享

Important - sarsa algorithm

重要 SARSA算法

关注次数: 211

下载次数: 3

文件大小: 1KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 5积分

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

代码描述

中文说明:

image.png

强化学习的一种,基于sarsa算法,寻找最优路径,可运行。


English Description:

A kind of reinforcement learning, which is based on sarsa algorithm to find the optimal path and can run


代码预览

重要-SARSA\SARSA.m

重要-SARSA\select_action.m

重要-SARSA