CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 强化学习

搜索资源列表

  1. Chapter 6 (Temporal Difference Learning)

    0下载:
  2. 讲解强化学习中的Q学习和sarsa学习,并通过具体实例讲解怎样运用这些学习方法(Explain Q learning and sarsa learning in intensive learning, and explain how to use these learning methods through concrete examples)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-18
    • 文件大小:24576
    • 提供者:xinjiangafanti
  1. c_netwebhxbc

    0下载:
  2. .NET编程源码,以供学习参考查阅。强化学习效果(.NET programming source for learning reference.)
  3. 所属分类:.net编程

    • 发布日期:2018-04-30
    • 文件大小:7703552
    • 提供者:zyb_2156
  1. reforce

    0下载:
  2. 强化学习的Q学习,关于强化学习的应用和算法,有很好的思路,可以从中举一反三,从而解决自己的问题,希望对大家能有所帮助(To strengthen the study of Q learning and to strengthen the application and algorithm of learning, we have a good idea. We can take one counter three from the middle and solve their own probl
  3. 所属分类:GDI/图象编程

    • 发布日期:2018-05-01
    • 文件大小:12288
    • 提供者:jocelyn2435
  1. tf-adnet-tracking-master

    0下载:
  2. 基于强化学习深度学习用于单目标跟踪算法的源码(Based on reinforcement learning, deep learning is used for single target tracking algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:42082304
    • 提供者:lullabylullaby
  1. qlearning4k-master

    0下载:
  2. qlearning4k是强化学习Python深度学习lib库Keras插件。它简单,是快速成型的理想选择。(Qlearning4k is a reinforcement learning add-on for the python deep learning library Keras. Its simple, and is ideal for rapid prototyping.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:72704
    • 提供者:YH.HO
  1. 蒙特卡罗算法与matlab(精品教程)

    0下载:
  2. 蒙特卡洛算法也常用于机器学习,特别是强化学习的算法中。一般情况下,针对得到的样本数据集建立相对模糊的模型,通过蒙特卡洛方法对于模型中的参数进行选取,使之于原始数据的残差尽可能的小。从而达到建立模型拟合样本的目的。(Monte Carlo algorithm is also commonly used in machine learning, especially in reinforcement learning algorithm. In general, a relatively fuzzy
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:282624
    • 提供者:天射手座
  1. ddpg

    4下载:
  2. 深度强化学习中DDPG算法的代码,用Python语言实现(The code of DDPG algorithm in deep reinforcement learning, implemented in Python language)
  3. 所属分类:其他

    • 发布日期:2019-11-15
    • 文件大小:6144
    • 提供者:niwota
  1. DDPG-Keras-Torcs-master

    1下载:
  2. 基于keras框架的强化学习代码,主要实现的是DDPG算法的代码,用keras框架实现(Reinforced learning code based on keras framework)
  3. 所属分类:其他

    • 发布日期:2020-06-04
    • 文件大小:15005696
    • 提供者:niwota
  1. code

    6下载:
  2. Q-learning 算法实现AGV的最优路径规划,实测效果非常好,对于研究深度学习和强化学习的同学很有帮助!(The Q-learning algorithm realizes the optimal path planning of AGV, and the measured results are very good. It is very helpful for students who are studying deep learning and reinforcement learn
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-06-18
    • 文件大小:262144
    • 提供者:sfy123456
  1. MAgent-master

    1下载:
  2. 多智能体的一段代码,有关强化学习,机器学习,很实用的一段代码!(A code of multi-agent, about reinforcement learning, machine learning, a very practical piece of code!)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-02-18
    • 文件大小:8987648
    • 提供者:一笑生花
  1. mtncarMatlab

    0下载:
  2. 强化学习qlearning编写,回归算法规划轨迹(Reinforcement learning qlearning, return algorithm to plan trajectory)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-10-31
    • 文件大小:16384
    • 提供者:如如有理想
  1. 10_7_gridworld_sarsa

    1下载:
  2. 通过最基础的实例来了解sarsa算法原理及应用(Understand the principle and application of sarsa algorithm through the most basic example.)
  3. 所属分类:数值算法/人工智能

  1. RL

    3下载:
  2. 强化学习 DQN代码,和通信相关,利用python进行训练,大家可以看看(reinforcement learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-11-29
    • 文件大小:7168
    • 提供者:丽丽happy
  1. pytorch-a2c-ppo-acktr-master

    2下载:
  2. 改代码为ACKTR代码,该算法比传统的TRPO和DQN在运行速度和计算量都有很大的提升(scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-11-29
    • 文件大小:198656
    • 提供者:丽丽=LL
  1. 单一任务导航

    1下载:
  2. 测试深度马尔可夫决策来导航,给出了python的实现代码(MDP based navigation)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-05
    • 文件大小:53248
    • 提供者:星尚
  1. Averaged-DQN_ Variance Reduction and Stabilization for Deep Reinforcement Learning

    0下载:
  2. Averaged-DQN论文,关于强化学习领域的文章。
  3. 所属分类:报告论文

  1. Q_Learning

    2下载:
  2. 实现强化学习交通配时,选取最优的配时方案(To realize the reinforcement learning traffic timing, the optimal timing scheme is selected)
  3. 所属分类:其他

    • 发布日期:2021-02-04
    • 文件大小:14336
    • 提供者:kyle_ZK
  1. qlearning

    2下载:
  2. 利用栅格法建模,基于强化学习Qlearning算法实现路径规划,可以实时显示(Using raster method to model and Qlearning algorithm based on reinforcement learning to realize path planning, it can be displayed in real time.)
  3. 所属分类:其他

    • 发布日期:2019-12-17
    • 文件大小:3072
    • 提供者:阿俊187
  1. Python核心编程入门必备强化葵花宝典

    1下载:
  2. python入门教学,案例示范,语言学习(python for beginners)
  3. 所属分类:界面编程

    • 发布日期:2021-03-15
    • 文件大小:6609920
    • 提供者:89786
  1. Dyna-H

    1下载:
  2. 设定动态仿真环境,环境为动态随机游戏,用于寻找最优路径(Use to find the optimal path)
  3. 所属分类:网络编程

    • 发布日期:2021-02-04
    • 文件大小:8192
    • 提供者:gary11111
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com