mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-09 11:10:34 -05:00
Update README.md
This commit is contained in:
parent
e43943fdc6
commit
df6d93b9d5
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Spectra is a general purpose planning system. It extends STRIPS-style planning by allowing arbitray first-order formulae for state descriptions and background knowledge rather than just predicates. This allows, for instance, handling domains with infinite or unbounded objects elegantly (among other things).
|
Spectra is a general purpose planning system. It extends STRIPS-style planning by allowing arbitray first-order formulae for state descriptions and background knowledge rather than just predicates. This allows, for instance, handling domains with infinite or unbounded objects elegantly (among other things).
|
||||||
|
|
||||||
[Overview Presentation](https://drive.google.com/open?id=1RHulFDgASACBkjvl-8ZEidj50NbGmKPu)
|
[Overview Presentation (pdf)](https://drive.google.com/open?id=1RHulFDgASACBkjvl-8ZEidj50NbGmKPu)
|
||||||
|
|
||||||
* Existing Planners are propositional
|
* Existing Planners are propositional
|
||||||
* Drawbacks:
|
* Drawbacks:
|
||||||
|
@ -10,7 +10,9 @@ Spectra is a general purpose planning system. It extends STRIPS-style planning b
|
||||||
* **Domain Size**: Scaling to large domains of arbitrary sizes poses difficulty.
|
* **Domain Size**: Scaling to large domains of arbitrary sizes poses difficulty.
|
||||||
|
|
||||||
# Architecture #
|
# Architecture #
|
||||||
![spectra-arch.png](https://bitbucket.org/repo/Mjq4bX/images/2495888298-spectra-arch.png)
|
|
||||||
|
|
||||||
|
![spectra-arch.png](https://bitbucket.org/repo/Mjq4bX/images/2495888298-spectra-arch.png){:height="36px" width="36px"}.
|
||||||
|
|
||||||
# Example #
|
# Example #
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue