concepts.dm.pdsketch.strips.atomic_strips_domain.load_astrips_problem_string#
- load_astrips_problem_string(domain, astrips_domain, problem_string)[source]#
Load a strips problem from a problem string.
- Parameters:
domain (Domain) – the domain of the problem.
problem_string (str) – the problem string.
astrips_domain (AtomicStripsDomain)
- Returns:
the strips problem.
- Return type: