concepts.dm.pdsketch.strips.atomic_strips_domain.AtomicStripsProblem#
- class AtomicStripsProblem[source]#
Bases:
object
Methods
from_domain_and_problem
(domain, problem)Attributes
The domain of the problem, as a
AtomicStripsDomain
.The objects of the problem, as a dictionary from object name to object type.
The initial state of the problem, as a
SState
.The conjunctive goal of the problem, as a tuple of
SProposition
.- __new__(**kwargs)#
- classmethod from_domain_and_problem(domain, problem)[source]#
- Parameters:
domain (AtomicStripsDomain)
problem (Problem)
- Return type:
- domain: AtomicStripsDomain#
The domain of the problem, as a
AtomicStripsDomain
.
- objects: Dict[str, str]#
The objects of the problem, as a dictionary from object name to object type.
- property objects_type2names#