搜索资源列表
Q-algorithm-of-RL
- 强化学习的Q算法matlab代码。适合寻找最优路径。让您对q算法一定有直观的理解!-A matlab program about Q of Reinforcement Learning Algorithm
Q-learning-Reinforcement-learning
- 强化学习matlab源代码很少见的源代码,详细介绍Q学习的编程过程。-Reinforcement learning matlab source code,rare source code, detailed Q learning programming.
ReinforcementLearning
- 强化学习算法的MATLAB仿真实例,希望能够对大家有帮助.-Q-learning algorithm of MATLAB simulation examples,wish it can help you.
xc
- 基于强化学习的机器人寻路,以方格地图为环境-reinforcement learning apply in the robatics
Q123
- 一个很好的Q学习源码,对于学习强化学习有很大的作用。-Q-learning a good source for learning reinforcement learning has a significant role.
mountaincar
- 强化学习算法在标准mountain car 问题中的应用,采用算法为SARSA算法-the matlab program of RL in mountain car problem, the adopted RL method is SARSA algortihm
MDP-model-of-MPNP
- 在matlab平台上,针对多周期报童问题,采用值迭代算法、策略迭代算法和强化学习算法求解MDP模型的实例-This is an example presentting how to apply value-iteration algorithm,policy-iteration algorithm and reinforcement learning algorithm to MDP model, which aims to solve the multi-period newsboy prob
Renforce
- 强化学习的MATLAB简单实例程序,供机器学习的初学者参考使用。-Reinforcement Learning simple instance of MATLAB program for machine learning beginners use and reference.
CSPSaQ-learningamatlab
- 基于强化学习的CSPS生产线优化设计,matlab源代码-Optimal design based on reinforcement learning the CSPS production line
FAReinforcement_V21
- 强化学习的matlab实现,希望对家有用-Reinforcement learning matlab, I hope to be useful at home
matlab-QLEARNING
- 模拟机器人路径规划,采用强化学习中的Q学习算法来实现,最后会返回机器人选择路径的坐标位置-code for path searching
自平衡机器人
- 基于强化学习的自平衡机器人(操作条件反射)(reinforcement learning robot)
ReinforcementLearning
- 利用MATLAB实现Q学习,简单易懂,欢迎大家下载(Using MATLAB to implement Q learning)
蒙特卡罗算法与matlab(精品教程)
- 蒙特卡洛算法也常用于机器学习,特别是强化学习的算法中。一般情况下,针对得到的样本数据集建立相对模糊的模型,通过蒙特卡洛方法对于模型中的参数进行选取,使之于原始数据的残差尽可能的小。从而达到建立模型拟合样本的目的。(Monte Carlo algorithm is also commonly used in machine learning, especially in reinforcement learning algorithm. In general, a relatively fuzzy
q-learning
- 在动态环境中使用Q学习优化算法进行优化,仿真软件为Matlab(Q-learning optimization algorithm is used to optimize in dynamic environment. The simulation software is MATLAB)
强化学习的MATLAB代码(走方格小程序)
- 学习代码转分享:采用强化学习算法做的一个MATLAB小程序,可以通过强化学习实现走方格小程序。
q_learn
- 基于matlab实现强化学习算法中的Q-learning算法,进行训练(The Q-learning algorithm of reinforcement learning algorithm is realized based on MATLAB)