CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法

文件名称:POMDPSolver

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-01-20
  • 文件大小:
    1.55mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

POMDP求解算法的实验平台,提供了多个基于点的算法,基于java实现,eclipse平台下运行。-an Java implementation arranged as an Eclipse package, of most of the point-based algorithms for solving POMDPs.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

.classpath
.cvsignore
.cvsignore.~1.2.~
.project
.settings/
.settings/CVS/
.settings/CVS/Entries
.settings/CVS/Repository
.settings/CVS/Root
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.jdt.ui.prefs
Models/
Models/.cvsignore
Models/4x3.95.POMDP
Models/CVS/
Models/CVS/Entries
Models/CVS/Repository
Models/CVS/Root
Models/dialogue.POMDP
Models/hallway.1.POMDP
Models/hallway.POMDP
Models/hallway2.1.POMDP
Models/hallway2.POMDP
Models/heaven-hell.POMDP
Models/longwood.POMDP.gz
Models/MasterMind4_0.3.POMDP
Models/MasterMind6_0.3.POMDP
Models/MasterMind_2_3_0.1.POMDP
Models/MasterMind_3_4_0.1.POMDP
Models/RockSample_5_5.POMDP
Models/tagAvoid.POMDP
Models/tiger-grid.1.POMDP
Models/tiger-grid.POMDP
Models/underwaterNav.POMDP
Models/Wumpus4_0.3.POMDP
Models/Wumpus4_0.POMDP
Models/Wumpus6_0.3.POMDP
Models/Wumpus6_0.POMDP
Models/Wumpus7_0.3.POMDP
Models/Wumpus7_0.POMDP
Models/Wumpus8_0.POMDP
pomdp/
pomdp/.#POMDPExperiment.java.1.39
pomdp/algorithms/
pomdp/algorithms/AlgorithmsFactory.class
pomdp/algorithms/AlgorithmsFactory.java
pomdp/algorithms/AlphaVectorsPolicy.class
pomdp/algorithms/AlphaVectorsPolicy.java
pomdp/algorithms/backup/
pomdp/algorithms/backup/BackupOrdering.class
pomdp/algorithms/backup/BackupOrdering.java
pomdp/algorithms/backup/BackupOrderingFactory.class
pomdp/algorithms/backup/BackupOrderingFactory.java
pomdp/algorithms/backup/FullBackup.class
pomdp/algorithms/backup/FullBackup.java
pomdp/algorithms/backup/NewestPointsBackup.class
pomdp/algorithms/backup/NewestPointsBackup.java
pomdp/algorithms/backup/PerseusBackup.class
pomdp/algorithms/backup/PerseusBackup.java
pomdp/algorithms/beliefcollection/
pomdp/algorithms/beliefcollection/BeliefCollection.class
pomdp/algorithms/beliefcollection/BeliefCollection.java
pomdp/algorithms/beliefcollection/BeliefCollectionFactory.class
pomdp/algorithms/beliefcollection/BeliefCollectionFactory.java
pomdp/algorithms/beliefcollection/FSVICollection.class
pomdp/algorithms/beliefcollection/FSVICollection.java
pomdp/algorithms/beliefcollection/GapMinCollection$PriorityQueueElement.class
pomdp/algorithms/beliefcollection/GapMinCollection.class
pomdp/algorithms/beliefcollection/GapMinCollection.java
pomdp/algorithms/beliefcollection/HSVICollection.class
pomdp/algorithms/beliefcollection/HSVICollection.java
pomdp/algorithms/beliefcollection/PBVICollection.class
pomdp/algorithms/beliefcollection/PBVICollection.java
pomdp/algorithms/beliefcollection/PBVILeafCollection.class
pomdp/algorithms/beliefcollection/PBVILeafCollection.java
pomdp/algorithms/beliefcollection/PEMACollection.class
pomdp/algorithms/beliefcollection/PEMACollection.java
pomdp/algorithms/beliefcollection/RandomCollection.class
pomdp/algorithms/beliefcollection/RandomCollection.java
pomdp/algorithms/beliefcollection/SARSOPCollection.class
pomdp/algorithms/beliefcollection/SARSOPCollection.java
pomdp/algorithms/CVS/
pomdp/algorithms/CVS/Entries
pomdp/algorithms/CVS/Repository
pomdp/algorithms/CVS/Root
pomdp/algorithms/gridbased/
pomdp/algorithms/gridbased/CVS/
pomdp/algorithms/gridbased/CVS/Entries
pomdp/algorithms/gridbased/CVS/Repository
pomdp/algorithms/gridbased/CVS/Root
pomdp/algorithms/gridbased/EntropyComputationType.class
pomdp/algorithms/gridbased/EntropyEvaluator$Belief.class
pomdp/algorithms/gridbased/EntropyEvaluator.class
pomdp/algorithms/gridbased/EntropyEvaluator.java
pomdp/algorithms/gridbased/FixedResolutionGrid.class
pomdp/algorithms/gridbased/FixedResolutionGrid.java
pomdp/algorithms/gridbased/FixedSetGrid.class
pomdp/algorithms/gridbased/FixedSetGrid.java
pomdp/algorithms/gridbased/GridInterpolationComparator.class
pomdp/algorithms/gridbased/GridInterpolationComparator.java
pomdp/algorithms/gridbased/HeuristicVariableGrid.class
pomdp/algorithms/gridbased/HeuristicVariableGrid.java
pomdp/algorithms/gridbased/VariableResolutionGrid.class
pomdp/algorithms/gridbased/VariableResolutionGrid.java
pomdp/algorithms/IncrementalPruningValueIteration.class
pomdp/algorithms/IncrementalPruningValueIteration.java
pomdp/algorithms/online/
pomdp/algorithms/online/CVS/
pomdp/algorithms/online/CVS/Entries
pomdp/algorithms/online/CVS/Repository
pomdp/algorithms/online/CVS/Root
pomdp/algorithms/online/RealTimeBeliefSpaceSearch.class
pomdp/algorithms/online/RealTimeBeliefSpaceSearch.java
pomdp/algorithms/online/RealTimeDynamicProgramming.class
pomdp/algorithms/online/RealTimeDynamicProgramming.java
pomdp/algorithms/online/SimpleOnlineValueIteration.class
pomdp/algorithms/online/SimpleOnlineValueIteration.java
pomdp/algorithms/pointbased/
pomdp/algorithms/pointbased/CVS/
pomdp/algorithms/pointbased/CVS/Entries
pomdp/algorithms/pointbased/CVS/Repository
pomdp/algorithms/pointbased/CVS/Root
pomdp/algorithms/pointbased/ForwardSearchValueIteration$HeuristicType.class
pomdp/algorithms/pointbased/ForwardSearchValueIteration.class
pomdp/algorithms/pointbased/ForwardSearchValueIteration.java
pomdp/algorithms/pointbased/GenericValueIteration.class
pomdp/algorithms/pointbased/GenericValueIteration.java
pomdp/algorithms/pointbased/HeuristicSearchValueIteration$ValueFunctionEntry.class
pomdp/algorithms/pointbased/HeuristicSearchV

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com