Back to Research papers
Research paper index

RAMP: Hybrid DRL for Online Learning of Numeric Action Models

Yarin Benyamin, Argaman Mordoch, Shahaf S. Shperberg, Roni Stern

arXiv:2604.08685Published April 9, 20260 citations
  • cs.AI
  • policy
  • reinforcement learning
  • action

Abstract

Automated planning algorithms require an action model specifying the preconditions and effects of each action, but obtaining such a model is often hard. Learning action models from observations is feasible, but existing algorithms for numeric domains are offline, requiring expert traces as input. We propose the Reinforcement learning, Action Model learning, and Planning (RAMP) strategy for learning numeric planning action models online via interactions with the environment. RAMP simultaneously trains a Deep Reinforcement Learning (DRL) policy, learns a numeric action model from past interactions, and uses that model to plan future actions when possible. These components form a positive feedback loop: the RL policy gathers data to refine the action model, while the planner generates plans to continue training the RL policy. To facilitate this integration of RL and numeric planning, we developed Numeric PDDLGym, an automated framework for converting numeric planning problems to Gym environments. Experimental results on standard IPC numeric domains show that RAMP significantly outperforms PPO, a well-known DRL algorithm, in terms of solvability and plan quality.

Read the original paper

This page indexes public paper metadata. The manuscript remains with its original publisher and authors.