Planning Under Time Pressure

Abstract

Heuristic search is a technique used pervasively in the fieldsof artificial intelligence, automated planning and operations research to solve a wide range of problems from planning military deployments to planning tasks for a robot that must clean a messy kitchen. An automated agent can use heuristic search to construct a plan that, when executed, will achieve a desired task. The search algorithm explores different sequences of actions that the agent can execute, looking for a sequence that will lead it to a desired goal state. In many situations, an agent is given a task that it would like to solve as quickly as possible. The agent must allocate its time between searching for the actions that will achieve the task and actually executing them. We call this problem planning under time pressure.

Cite

Text

Burns. "Planning Under Time Pressure." AAAI Conference on Artificial Intelligence, 2012. doi:10.1609/AAAI.V26I1.8192

Markdown

[Burns. "Planning Under Time Pressure." AAAI Conference on Artificial Intelligence, 2012.](https://mlanthology.org/aaai/2012/burns2012aaai-planning/) doi:10.1609/AAAI.V26I1.8192

BibTeX

@inproceedings{burns2012aaai-planning,
  title     = {{Planning Under Time Pressure}},
  author    = {Burns, Ethan Andrew},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2012},
  pages     = {2382-2383},
  doi       = {10.1609/AAAI.V26I1.8192},
  url       = {https://mlanthology.org/aaai/2012/burns2012aaai-planning/}
}