Increasing the Value of Information During Planning in Uncertain Environments
Gaurab Pokharel
TL;DR
This work addresses the undervaluation of information-gathering actions in online POMDP planning under long information delays. It introduces POMCPe, an entropy-enhanced extension of POMCP that adds an entropy-derived term to the UCB1-inspired heuristic to favor high-voi trajectories without sacrificing anytime planning. Empirical tests on the Long Hallway domain show that POMCPe substantially improves cumulative rewards and the likelihood of obtaining informative observations, though it can increase total decision time in larger problems. The approach advances practical planning in uncertain environments by more accurately trading off immediate task rewards against long-horizon information value, with future work on broader domain testing and theoretical analysis.
Abstract
Prior studies have demonstrated that for many real-world problems, POMDPs can be solved through online algorithms both quickly and with near optimality. However, on an important set of problems where there is a large time delay between when the agent can gather information and when it needs to use that information, these solutions fail to adequately consider the value of information. As a result, information gathering actions, even when they are critical in the optimal policy, will be ignored by existing solutions, leading to sub-optimal decisions by the agent. In this research, we develop a novel solution that rectifies this problem by introducing a new algorithm that improves upon state-of-the-art online planning by better reflecting on the value of actions that gather information. We do this by adding Entropy to the UCB1 heuristic in the POMCP algorithm. We test this solution on the hallway problem. Results indicate that our new algorithm performs significantly better than POMCP.
