NeurIPS 2020poster24 citations

Planning with General Objective Functions: Going Beyond Total Rewards

Ruosong Wang, Peilin Zhong, Simon S Du, Ruslan Salakhutdinov, Lin Yang

Abstract

Standard sequential decision-making paradigms aim to maximize the cumulative reward when interacting with the unknown environment., i.e., maximize $\sum_{h = 1}^H r_h$ where $H$ is the planning horizon. However, this paradigm fails to model important practical applications, e.g., safe control that aims to maximize the lowest reward, i.e., maximize $\min_{h= 1}^H r_h$. In this paper, based on techniques in sketching algorithms, we propose a novel planning algorithm in deterministic systems which deals with a large class of objective functions of the form $f(r_1, r_2, ... r_H)$ that are of interest to practical applications. We show that efficient planning is possible if $f$ is symmetric under permutation of coordinates and satisfies certain technical conditions. Complementing our algorithm, we further prove that removing any of the conditions will make the problem intractable in the worst case and thus demonstrate the necessity of our conditions.

BibTeX
@inproceedings{NEURIPS2020_a6a767bb,
 author = {Wang, Ruosong and Zhong, Peilin and Du, Simon S and Salakhutdinov, Russ R and Yang, Lin},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {H. Larochelle and M. Ranzato and R. Hadsell and M.F. Balcan and H. Lin},
 pages = {14486--14497},
 publisher = {Curran Associates, Inc.},
 title = {Planning with General Objective Functions: Going Beyond Total Rewards},
 url = {https://proceedings.neurips.cc/paper_files/paper/2020/file/a6a767bbb2e3513233f942e0ff24272c-Paper.pdf},
 volume = {33},
 year = {2020}
}