Awesome
ss
DEPRECATED: superseded by pddlstream
Lightweight implementation of stripstream with support for functions
Examples
python -m examples.1d_table
python -m examples.1d_table_belief
python -m examples.hierarchy
python -m examples.tutorial
python -m examples.tutorial2
Algorithms
- Exhaustive - evaluates streams exhaustively and searches once at the end
- Incremental - alterates between search and stream evaluation
- Focused - lazily evaluates streams, searches, and greedily identifies useful streams
- Plan focused - treats streams as explicit actions in search
- Dual focused - lazily evaluates streams, searches, and optimally identifies useful streams
- Sequence focused - dual focused + maintains queue of past stream sequences