mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-09 19:20:35 -05:00
Update README.md
This commit is contained in:
parent
6abf53c6b5
commit
f58f0eecbf
1 changed files with 2 additions and 3 deletions
|
@ -4,12 +4,11 @@ Spectra is a general purpose planning system. It extends STRIPS-style planning b
|
||||||
|
|
||||||
[Overview Presentation (pdf)](https://drive.google.com/open?id=1RHulFDgASACBkjvl-8ZEidj50NbGmKPu)
|
[Overview Presentation (pdf)](https://drive.google.com/open?id=1RHulFDgASACBkjvl-8ZEidj50NbGmKPu)
|
||||||
|
|
||||||
* Existing Planners are propositional
|
* Drawbacks of propositional planning (current planning systems):
|
||||||
* Drawbacks:
|
|
||||||
* **Expressivity**: Cannot express arbitrary constraints. *“At every step make sure that no two blocks on the table have same color”*
|
* **Expressivity**: Cannot express arbitrary constraints. *“At every step make sure that no two blocks on the table have same color”*
|
||||||
* **Domain Size**: Scaling to large domains of arbitrary sizes poses difficulty.
|
* **Domain Size**: Scaling to large domains of arbitrary sizes poses difficulty.
|
||||||
|
|
||||||
# Architecture #
|
# Spectra's 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)
|
||||||
|
|
Loading…
Reference in a new issue