Q-learning 核心算法 Q-table我要分享

Q-table, the core algorithm of Q-learning

Q-learning 核心算法 Q-table

关注次数: 245

下载次数: 1

文件大小: 2KB

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

强化学习的核心算法,Q-table,应用动作值函数对动作的Q值进行更新来找到最优策略。


English Description:

Q-table, the core algorithm of reinforcement learning, uses the action value function to update the Q value of the action to find the optimal strategy


代码预览

Q-learning

Q-learning\RandomPermutation.m

Q-learning\ReinforcementLearning.m