搜索资源列表

  1. Q学习算法的C#代码

    0下载:
  2. Q学习算法的C#代码,会对初学的人有所帮助!
  3. 所属分类:C#编程

  1. q-learning

    3下载:
  2. 强化学习的q学习算法,能够通过此算法,使得某种动作不断得到加强,希望对那些想使用Q学习算法的人有所帮助-ReinforcementLearning Q learning
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:6144
    • 提供者:李晓静
  1. Qstudy

    1下载:
  2. 一段人工智能Q学习算法的程序实现,利用六格世界进行演示Q学习的过程。-Q learning algorithm of artificial intelligence for some of the program, using six grid world presentation Q learning process.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:25600
    • 提供者:陈松
  1. ReinforcementLearning

    1下载:
  2. q学习算法的一个例程,上传与大家分享一下-q learning algorithm, a routine, upload to share with you some
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:狼牙
  1. Q

    1下载:
  2. q学习算法的C语言源代码,用在机器人探索未知环境的实例,关于rewards和环境的描述均有注解-q-learning algirethem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:wangting
  1. Q-learning-Reinforcement-learning

    6下载:
  2. 强化学习matlab源代码很少见的源代码,详细介绍Q学习的编程过程。-Reinforcement learning matlab source code,rare source code, detailed Q learning programming.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:jzhao
  1. Q-learning

    0下载:
  2. 关于Q学习的资料,并且证明了Q学习的收敛性-Information on the Q learning, and prove the convergence of Q learning
  3. 所属分类:编程文档

    • 发布日期:2024-06-01
    • 文件大小:623616
    • 提供者:刘鑫
  1. Q学习

    1下载:
  2. Q学习MATLAB算例,可运行,有一定参考价值(Q learning MATLAB example, can run, has a certain reference value)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:wekk
  1. Qlearning

    1下载:
  2. 基于Q学习实现自主选频与动态频谱接入,认知无线电(Dynamic spectrum access with Q-Learing)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:baomadaidou
  1. Q_learning

    0下载:
  2. q学习,强化学习中的人工智能方法,实用型强化学习(Q learning, reinforcement of artificial intelligence methods, practical reinforcement learning)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-01
    • 文件大小:29696
    • 提供者:莫牵子
  1. Q学习算法例子

    1下载:
  2. 实现强化学习中Q值函数的实现。里面包含了一个实现例子(Q value matrix in reinforcement Learning)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:65536
    • 提供者:若狭留美
  1. Q学习

    0下载:
  2. 使用matlab语言,能够实现简单的Q学习(Using the MATLAB language to achieve simple Q learning)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:ericjia123
  1. Q学习

    0下载:
  2. 增强学习(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
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:10240
    • 提供者:e嗯
  1. DeepMind-Atari-Deep-Q-Learner-master

    0下载:
  2. 基于python环境的简明深度强化学习深度Q学习实现代码(Concise deep intensive learning based on Python environment and deep Q learning implementation code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-01
    • 文件大小:32510976
    • 提供者:caiyunffx
  1. matlab Q学习仿真

    0下载:
  2. Qdemo演示程序 Qlearning Q学习主程序 调用 drnd(随机变量生成函数) 任务改变时,要设当改变execut子函数和一些脚标变换函数。 用于打印状态的statements也要改一下。(Qdemo demo The main program Qlearning Q learning Call DRND generating function (random variables))
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:如如有理想
  1. matlab q学习 走迷宫

    0下载:
  2. 在环境中寻找最优路径,自定义出发点和终点,实现智能体与环境交互(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)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:8192
    • 提供者:shuai_jiediqi
  1. Q-learning

    0下载:
  2. 强化学习的核心算法,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.)
  3. 所属分类:数值算法/人工智能

  1. matlab Q学习仿真

    1下载:
  2. 基于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.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:4096
    • 提供者:Monster42
  1. q-learning

    1下载:
  2. 在动态环境中使用Q学习优化算法进行优化,仿真软件为Matlab(Q-learning optimization algorithm is used to optimize in dynamic environment. The simulation software is MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-01
    • 文件大小:24576
    • 提供者:pedubdvnmy
  1. Q-Learning-using-Neural-Network-master

    0下载:
  2. 基于神经网络的学习算法的小程序,,希望对理解神经网络对Q学习算法的结合有所帮助(A small program of learning algorithm based on Neural Network)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:252928
    • 提供者:每木
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org