Gradient-Based Mixed Planning with Symbolic and Numeric Action Parameters (Extended Abstract)
Abstract
Dealing with planning problems with both logical relations and numeric changes in real-world dynamic environments is challenging. Existing numeric planning systems for the problem often discretize numeric variables or impose convex constraints on numeric variables, which harms the performance when solving problems, especially when the problems contain obstacles and non-linear numeric effects. In this work, we propose a novel algorithm framework to solve numeric planning problems mixed with logical relations and numeric changes based on gradient descent. We cast the numeric planning with logical relations and numeric changes as an optimization problem. Specifically, we extend the syntax to allow parameters of action models to be either objects or real-valued numbers, which enhances the ability to model real-world numeric effects. Based on the extended modeling language, we propose a gradient-based framework to simultaneously optimize numeric parameters and compute appropriate actions to form candidate plans. The gradient-based framework is composed of an algorithmic heuristic module based on propositional operations to select actions and generate constraints for gradient descent, an algorithmic transition module to update states to the next ones, and a loss module to compute loss. We repeatedly minimize loss by updating numeric parameters and compute candidate plans until it converges into a valid plan for the planning problem.
Cite
Text
Jin et al. "Gradient-Based Mixed Planning with Symbolic and Numeric Action Parameters (Extended Abstract)." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/782Markdown
[Jin et al. "Gradient-Based Mixed Planning with Symbolic and Numeric Action Parameters (Extended Abstract)." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/jin2023ijcai-gradient/) doi:10.24963/IJCAI.2023/782BibTeX
@inproceedings{jin2023ijcai-gradient,
title = {{Gradient-Based Mixed Planning with Symbolic and Numeric Action Parameters (Extended Abstract)}},
author = {Jin, Kebing and Zhuo, Hankz Hankui and Xiao, Zhanhao and Wan, Hai and Kambhampati, Subbarao},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2023},
pages = {6915-6919},
doi = {10.24963/IJCAI.2023/782},
url = {https://mlanthology.org/ijcai/2023/jin2023ijcai-gradient/}
}