1

I can't find much information on modern PDDL usage. Are there more popular alternatives, maybe something more suited to modern neural network/deep learning techniques?

I'm particularly interested in PDDL or alternative's current usage in autonomous driving software.

nbro
  • 39,006
  • 12
  • 98
  • 176
maged
  • 123
  • 2

1 Answers1

1

I have seen it used in automated story-telling (or game AI to control NPCs), and in NLG systems, where the generation of text is reinterpreted as a planning task.

What these systems have in common is that they're either off-line or in a simple environment (NPC control). I'm not sure they would be suitable for real-time applications, unless you can be sure that a feasible plan exists which can be found within certain time bounds. I wouldn't want to sit in a car going at high speed on the motorway and waiting for the driving unit to work out a plan how to avoid an obstacle that suddenly appears on the road.

Oliver Mason
  • 5,322
  • 12
  • 32