RAMP: Hybrid DRL for Numeric Action Learning

💡Hybrid RL-planning beats PPO on IPC numeric benchmarks—online action models without traces.
⚡ 30-Second TL;DR
What Changed
Proposes RAMP for online numeric action model learning from environment interactions
Why It Matters
Advances hybrid RL-planning for numeric domains, enabling online adaptation without expert traces. Benefits researchers in automated planning by improving efficiency over pure DRL.
What To Do Next
Implement Numeric PDDLGym and test RAMP on your numeric planning domains via arXiv code.
Key Points
- •Proposes RAMP for online numeric action model learning from environment interactions
- •Integrates DRL policy, action model learning, and planning in positive feedback loop
- •Develops Numeric PDDLGym for converting numeric PDDL to Gym environments
- •Outperforms PPO significantly on standard IPC numeric benchmarks
🧠 Deep Insight
AI-generated analysis for this event — not the original article.
🔑 Enhanced Key Takeaways
- •RAMP addresses the 'sample inefficiency' of pure DRL approaches in numeric planning by explicitly learning a symbolic action model, which constrains the search space and improves generalization across different numeric goal states.
- •The framework utilizes a neuro-symbolic architecture where the learned action model acts as a transition function for a symbolic planner, allowing the agent to perform lookahead search even when the underlying environment dynamics are initially unknown.
- •Numeric PDDLGym bridges the gap between classical planning benchmarks (IPC) and modern reinforcement learning by providing a standardized interface that supports continuous state variables and numeric preconditions/effects, which are often ignored in standard discrete Gym environments.
📊 Competitor Analysis▸ Show
| Feature | RAMP | PPO (Baseline) | Symbolic Planners (e.g., Metric-FF) |
|---|---|---|---|
| Learning Paradigm | Hybrid (Model-based + DRL) | Model-free DRL | Model-based (Predefined) |
| Numeric Handling | Native (Learned) | Limited (Approximated) | Native (Explicit) |
| Sample Efficiency | High | Low | N/A (No learning) |
| Generalization | High (Symbolic) | Low | High (Domain-specific) |
🛠️ Technical Deep Dive
- Architecture: Employs a dual-module system consisting of a Neural Action Model (NAM) for predicting numeric effects and a DRL-based policy network for action selection.
- Model Refinement: Uses a supervised learning objective to minimize the error between predicted numeric state transitions and actual observed transitions from the environment.
- Planning Integration: Incorporates a heuristic-based symbolic planner that utilizes the learned NAM to evaluate potential action sequences before execution, effectively pruning the DRL action space.
- Numeric PDDLGym: Implements a wrapper that parses PDDL files into a state-space representation compatible with OpenAI Gym, specifically handling numeric fluents through a vector-based observation space.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: ArXiv AI ↗
This is a summary, not the original. Read the source, or get the weekly briefing.
The weekly digest
One email a week. Unsubscribe anytime.