PPCP: Efficient Probabilistic Planning with Clear Preferences in Partially-Known Environments
Abstract
For most real-world problems the agent operates in only par-tially-known environments. Probabilistic planners can reason over the missing information and produce plans that take into account the uncertainty about the environment. Unfortunately though, they can rarely scale up to the problems that are of in-terest in real-world. In this paper, however, we show that for a certain subset of problems we can develop a very efficient probabilistic planner. The proposed planner, called PPCP, is applicable to the problems for which it is clear what values of the missing information would result in the best plan. In other words, there exists a clear preference for the actual val-ues of the missing information. For example, in the problem of robot navigation in partially-known environments it is al-ways preferred to find out that an initially unknown location is traversable rather than not. The planner we propose ex-ploits this property by using a series of deterministic A*-like searches to construct and refine a policy in anytime fashion. On the theoretical side, we show that once converged, the pol-icy is guaranteed to be optimal under certain conditions. On the experimental side, we show the power of PPCP on the problem of robot navigation in partially-known terrains. The planner can scale up to very large environments with thou-sands of initially unknown locations. We believe that this is several orders of magnitude more unknowns than what the current probabilistic planners developed for the same prob-lem can handle. Also, despite the fact that the problem we experimented on in general does not satisfy the conditions for the solution optimality, PPCP still produces the solutions that are nearly always optimal.
Cite
Text
Likhachev and Stentz. "PPCP: Efficient Probabilistic Planning with Clear Preferences in Partially-Known Environments." AAAI Conference on Artificial Intelligence, 2006.Markdown
[Likhachev and Stentz. "PPCP: Efficient Probabilistic Planning with Clear Preferences in Partially-Known Environments." AAAI Conference on Artificial Intelligence, 2006.](https://mlanthology.org/aaai/2006/likhachev2006aaai-ppcp/)BibTeX
@inproceedings{likhachev2006aaai-ppcp,
title = {{PPCP: Efficient Probabilistic Planning with Clear Preferences in Partially-Known Environments}},
author = {Likhachev, Maxim and Stentz, Anthony},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2006},
pages = {860-867},
url = {https://mlanthology.org/aaai/2006/likhachev2006aaai-ppcp/}
}