简体   繁体   English

OWL / RDF自动计划器

[英]OWL/RDF Automated Planner

Is there any software that acts as an intersection between contemporary OWL/RDF reasoners, and the older STRIPS -style automated planners and schedulers? 是否有任何软件可以充当当代OWL / RDF推理机与旧式STRIPS风格的自动计划程序和计划程序之间的交汇点? Both systems make use of RETE-based pattern matching, but only the automated planners seem to formalise the concept of an "action". 两种系统都使用基于RETE的模式匹配,但是只有自动化的计划人员才能将“动作”的概念形式化。 Unfortunately, all the projects I've found that implemented automated planning, like Graphplan or SOAR , seem to be dead or dying, and never seemed to scale well to begin with. 不幸的是,我发现所有实施自动化计划的项目(例如GraphplanSOAR )似乎已经死了或垂死,而且似乎一开始就无法很好地扩展。 Current data stores are implemented on RDMS and can scale to and reason over millions of triples, but I haven't found any that specifically try and reason over actions. 当前的数据存储是在RDMS上实现的,可以扩展并推理成千上万个三元组,但是我还没有发现任何具体的尝试对推理进行推理。 I can envision how the concept of actions might be represented in traditional RDF, but I'm sure it would still be very complicated and hackish without official support. 我可以预想动作的概念将如何在传统的RDF中表示,但是我敢肯定,如果没有官方的支持,动作将仍然非常复杂和棘手。 Unfortunately, I can't find much prior art. 不幸的是,我找不到很多现有技术。 Has this been done before? 以前做过吗?

Drools Planner (open source, java, ASL) sits on top of the RETE based rule engine Drools Expert and formalizes the concept of a Move , which might or might not be the action you're looking for. Drools Planner (开源,java,ASL)位于基于RETE的规则引擎Drools Expert之上,并正式化了Move的概念, Move可能是您想要的动作 ,也可能不是。 It excels at scaling out, both in data as in planning constraints. 无论是在数据方面还是在计划约束方面,它都擅长向外扩展。 And it's production ready and has a complete reference manual. 并且已准备好生产,并具有完整的参考手册。

There is some research going on to do OWL with Drools Expert, but I don't know how far that is at this point. 正在与Drools Expert进行OWL的一些研究,但是我不知道这有多远。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM