搜索资源列表
Q学习算法的C#代码
- Q学习算法的C#代码,会对初学的人有所帮助!
q-learning
- 强化学习的q学习算法,能够通过此算法,使得某种动作不断得到加强,希望对那些想使用Q学习算法的人有所帮助-ReinforcementLearning Q learning
Qstudy
- 一段人工智能Q学习算法的程序实现,利用六格世界进行演示Q学习的过程。-Q learning algorithm of artificial intelligence for some of the program, using six grid world presentation Q learning process.
ReinforcementLearning
- q学习算法的一个例程,上传与大家分享一下-q learning algorithm, a routine, upload to share with you some
Q
- q学习算法的C语言源代码,用在机器人探索未知环境的实例,关于rewards和环境的描述均有注解-q-learning algirethem
Q-learning-Reinforcement-learning
- 强化学习matlab源代码很少见的源代码,详细介绍Q学习的编程过程。-Reinforcement learning matlab source code,rare source code, detailed Q learning programming.
Q-learning
- 关于Q学习的资料,并且证明了Q学习的收敛性-Information on the Q learning, and prove the convergence of Q learning
Q学习
- Q学习MATLAB算例,可运行,有一定参考价值(Q learning MATLAB example, can run, has a certain reference value)
Qlearning
- 基于Q学习实现自主选频与动态频谱接入,认知无线电(Dynamic spectrum access with Q-Learing)
Q_learning
- q学习,强化学习中的人工智能方法,实用型强化学习(Q learning, reinforcement of artificial intelligence methods, practical reinforcement learning)
Q学习算法例子
- 实现强化学习中Q值函数的实现。里面包含了一个实现例子(Q value matrix in reinforcement Learning)
Q学习
- 使用matlab语言,能够实现简单的Q学习(Using the MATLAB language to achieve simple Q learning)
Q学习
- 增强学习(Q-learning)要解决的是这样的问题:一个能感知环境的自治agent,怎样通过学习选择能达到其目标的最优动作(Reinforcement learning (Q-learning) has to solve this problem: an autonomous agent that can perceive the environment, and how to achieve the optimal action o
DeepMind-Atari-Deep-Q-Learner-master
- 基于python环境的简明深度强化学习深度Q学习实现代码(Concise deep intensive learning based on Python environment and deep Q learning implementation code)
matlab Q学习仿真
- Qdemo演示程序 Qlearning Q学习主程序 调用 drnd(随机变量生成函数) 任务改变时,要设当改变execut子函数和一些脚标变换函数。 用于打印状态的statements也要改一下。(Qdemo demo The main program Qlearning Q learning Call DRND generating function (random variables))
matlab q学习 走迷宫
- 在环境中寻找最优路径,自定义出发点和终点,实现智能体与环境交互(Find the optimal path in the environment, customize the starting point and end point, and realize the interaction between the intelligent body and the environment)
Q-learning
- 强化学习的核心算法,Q-table,应用动作值函数对动作的Q值进行更新来找到最优策略。(The core algorithm of reinforcement learning, Q-table, uses action value function to update the Q value of actions to find the optimal strategy.)
matlab Q学习仿真
- 基于Q学习算法,寻找最优路径,是强化学习中的一种,很实用,代码很详细,有备注(Searching for the optimal path based on Q algorithm is a kind of reinforcement learning. It is very practical, the code is very detailed, with notes.)
q-learning
- 在动态环境中使用Q学习优化算法进行优化,仿真软件为Matlab(Q-learning optimization algorithm is used to optimize in dynamic environment. The simulation software is MATLAB)
Q-Learning-using-Neural-Network-master
- 基于神经网络的学习算法的小程序,,希望对理解神经网络对Q学习算法的结合有所帮助(A small program of learning algorithm based on Neural Network)