搜索资源列表
q-learning.rar
- 强化学习的q学习算法,能够通过此算法,使得某种动作不断得到加强,希望对那些想使用Q学习算法的人有所帮助,ReinforcementLearning Q learning
Q.rar
- q学习算法的C语言源代码,用在机器人探索未知环境的实例,关于rewards和环境的描述均有注解,q-learning algirethem
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.
Qlearning
- Q学习matlab实现,对多智能体有个全面的概括,实现Q表输出。很有用的哦!-Q learning matlab implementation of multi-agent has a comprehensive overview, to achieve Q, output. Oh, very useful!
Q-learning
- 关于增强学习的一个例子,Q-learning算法,和大家分享。-An example of reinforcement learning, and to share.
ReinforcementLearning
- 强化学习算法的MATLAB仿真实例,希望能够对大家有帮助.-Q-learning algorithm of MATLAB simulation examples,wish it can help you.
JAVA.java
- Q学习算法实例,这算法主要应用于机器人领域,运用此算法进行行动的选择使Q值最大最后找到最优的策略-Q-learning algorithm is applied in robot domain,example robot-hitting, robot-moving and so on。This paper refers to many robots domain 。It is so useful。
Q-learning
- 关于Q学习的资料,并且证明了Q学习的收敛性-Information on the Q learning, and prove the convergence of Q learning
q-learning
- q-learning的一个解释性例子.压缩文件有两个m文件构成,运行后可输出结果。-q-learning with matlab
Q-Learning
- State Space Q-Learningfor control of nonlinear system- State Space Q-Learningfor control of nonlinear system
Q-learning-simulation
- Q-Learn算法的代码实现 比较详细逼真-the C++code of Q-learn algorithm.
Q-Learning-in-Python-master
- 使用python简单实现q-learning的功能(Simple implementation of q-learning function using python)
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 of its target through learning
Chapter 6 (Temporal Difference Learning)
- 讲解强化学习中的Q学习和sarsa学习,并通过具体实例讲解怎样运用这些学习方法(Explain Q learning and sarsa learning in intensive learning, and explain how to use these learning methods through concrete examples)
Q-Learning-master
- Successfully implemented Q-Learning for a simple robot navigation problem of a robot moving on a 5 x 5 grid with one arbitrary goal (reward of +10) and three arbitrary obstacles (reward of -10)
reinforcement-learning-robot-in-maze-master
- Reinforcement learning, a Q learning algorithm, implementation on a robot that tryies to solve randomly created maze and reach the goal. Note that you can run .m files both on Matlab and Octave.
Q-Learning-Algorithm-Implementation
- This Q-Learning code for MATLAB has been written by Ioannis Makris and Andrew Chalikiopoulos. It trains an agent to find the shortest way through a 25x25 maze. Following convergence of the algorithm, MATLAB will print out the shortest path to the goa
q-learning
- 在动态环境中使用Q学习优化算法进行优化,仿真软件为Matlab(Q-learning optimization algorithm is used to optimize in dynamic environment. The simulation software is MATLAB)
deep-q-learning
- 深度强化學習代碼資料,Q學習的簡單實現。(Deep Q learning, simple codes implements)