create Planner
abstract fun createPlanner(processOptions: ProcessOptions, worldStateDeterminer: WorldStateDeterminer): Planner<out PlanningSystem, out WorldState, out Plan>
Create a planner for this process
Create a planner for this process