Is there any software that acts as an intersection between contemporary OWL/RDF reasoners, and the older STRIPS-style automated planners and schedulers? Both systems make use of RETE-based pattern matching, but only the automated planners seem to formalise the concept of an "action". 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. 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. 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. Unfortunately, I can't find much prior art. Has this been done before?
OWL/RDF Automated Planner
674 Views Asked by Cerin At
1
There are 1 best solutions below
Related Questions in MACHINE-LEARNING
- Trained ML model with the camera module is not giving predictions
- Keras similarity calculation. Enumerating distance between two tensors, which indicates as lists
- How to get content of BLOCK types LAYOUT_TITLE, LAYOUT_SECTION_HEADER and LAYOUT_xx in Textract
- How to predict input parameters from target parameter in a machine learning model?
- The training accuracy and the validation accuracy curves are almost parallel to each other. Is the model overfitting?
- ImportError: cannot import name 'HuggingFaceInferenceAPI' from 'llama_index.llms' (unknown location)
- Which library can replace causal_conv1d in machine learning programming?
- Fine-Tuning Large Language Model on PDFs containing Text and Images
- Sketch Guided Text to Image Generation
- My ICNN doesn't seem to work for any n_hidden
- Optuna Hyperband Algorithm Not Following Expected Model Training Scheme
- How can I resolve this error and work smoothly in deep learning?
- ModuleNotFoundError: No module named 'llama_index.node_parser'
- Difference between model.evaluate and metrics.accuracy_score
- Give Bert an input and ask him to predict. In this input, can Bert apply the first word prediction result to all subsequent predictions?
Related Questions in SCHEDULING
- Problem on CPU scheduling algorithms in OS
- Building a School Schedule Generator
- What are the motivating use-cases for each of Linux's SCHED_* scheduling algorithms?
- How to Schedule a Vertex AI Notebook Execution with Custom Environment Including Scripts and Config Files?
- Round Robin Implementation with Different Arrival Time
- Airflow: Find a DAG schedule Dataset URIs from DagBag
- Swiss Scheduling System for Ping-Pong league
- Only allow intervals to be produced on machines during shifts cp-sat or-tools
- what's the exact performance cost of context switch within the same thread? (memory access -> page fault -> memory access again)
- Scheduled method won't execute when I make a Spring bean to Application Scope
- Error while attempting to Implement Preemptive SJF in C
- How can we model the process scheduling mechanism in Linux using queueing theory models?
- OptaPlanner - use groupBy for avoidOvertime but only on the Resource creating the overtime
- Dynamic Flowfile Transfer Scheduling Using Quartz in NiFi Processors
- Setting up a Cron Job to Trigger on the Y-th Day Every Month, Handling Non-Existent Dates
Related Questions in RDF
- How to structure json-ld for export/import
- RDF: when a property is used the thing in the object position is a literal of datatype X
- In the UML diagram, in the Class diagram, what does stereotype mean <<compound>>?
- Expansive path expressions in quoted triples?
- RDFlib serlialization in json-ld without blank node ids
- How to extract the language tags from Turtle RDF data?
- ontology versioning: Link both versionIRI#MyClassIRI and ontologyIRI#MyClass123 to same resource in rdf / owl
- uniqueness of owl n-ary relationships
- How to select only direct subClassOf element in a GraphDB custom ruleset?
- Is it possible to directly run SPARQL query against webpages with JSON-LD data?
- Weird behavior on LIMIT and OFFSET when querying DBPedia
- Querying Office for National Statistics data using SPARQL
- Problem with Java when using Apache Jena Fuseki?
- Expressing in json-ld the type of a value embedded within an id
- Filter RDF file using SPARQL
Related Questions in OWL
- RDF: when a property is used the thing in the object position is a literal of datatype X
- Error with OWLEntityRenamer in renaming IRIs
- Self-restriction in Protégé reasoner
- owl api non-buffering reasoner still needs a flush
- Problem with setting up config for Fuseki server - Exception in initialization: org/apache/jena/reasoner/BaseInfGraph$InfFindSafeCapabilities
- Use of OWL inferences
- ontology versioning: Link both versionIRI#MyClassIRI and ontologyIRI#MyClass123 to same resource in rdf / owl
- uniqueness of owl n-ary relationships
- Load an ontology in R
- Read an owl file in R as dataframe
- Parse an OWL file using RDFLib generetes errors
- Get explanations with OWL API + Openllet
- Get explanations with OWL API + Pellet
- Protégé export explanation
- Transfer axioms from two ontologies into a third one
Related Questions in PLANNING
- STRIPS representation of monkey in the lab
- Optaplanner passing a variable through planning solution
- OWL/RDF Automated Planner
- Intelligent Task Scheduler
- Blocks-World Problem in Prolog keeps oscillating between the same two states
- Planning Task's StartTime is Later then EndTime
- I have defined my domain and problem in pddl for a logistic problem. I am very new in the field and i am currently struggling to generate a plan
- Fill empty cells in a schedule
- IBM TM1 (Planning Analytics) - Cube view to Datagrid in C#
- Suspected timeout problem in PDDL (function usage)
- Automated planning: what makes "blocksworld" a non trivial problem?
- Compare cardinality of multiple sets and get specific value from member of greatest set
- How to apply dynamic programming to compute shortest path in graph?
- Algorithm for a planning tool
- C# and SWI-Prolog - Turn a List of characters into a List of facts
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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. 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.