We use this in a lot of examples and is was useful in practice. So far it requires a lot of duplicated code. Different approaches to implementing this could be:
- a utility function to simplify some boiler plate code in the experiment script
- a new
pddl_then_sas generator that forwards to the other two generators
- the interview mode generating the scripts as we have them now (including the duplication)
We use this in a lot of examples and is was useful in practice. So far it requires a lot of duplicated code. Different approaches to implementing this could be:
pddl_then_sasgenerator that forwards to the other two generators