# Efficient, Safe, and Probably Approximately Complete Learning of Action   Models

**Authors:** Roni Stern, Brendan Juba

arXiv: 1705.08961 · 2017-05-26

## TL;DR

This paper introduces a method for learning conservative action models from observed plans to enable safe planning without prior models, analyzing its completeness and efficiency.

## Contribution

It proposes a novel conservative learning approach for model-free planning that guarantees goal achievement when a plan exists, with analysis of its scalability.

## Key findings

- The conservative model guarantees plan applicability and goal achievement.
- The approach is incomplete but scalable with the number of observed plans.
- The number of trajectories needed scales gracefully.

## Abstract

In this paper we explore the theoretical boundaries of planning in a setting where no model of the agent's actions is given. Instead of an action model, a set of successfully executed plans are given and the task is to generate a plan that is safe, i.e., guaranteed to achieve the goal without failing. To this end, we show how to learn a conservative model of the world in which actions are guaranteed to be applicable. This conservative model is then given to an off-the-shelf classical planner, resulting in a plan that is guaranteed to achieve the goal. However, this reduction from a model-free planning to a model-based planning is not complete: in some cases a plan will not be found even when such exists. We analyze the relation between the number of observed plans and the likelihood that our conservative approach will indeed fail to solve a solvable problem. Our analysis show that the number of trajectories needed scales gracefully.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.08961/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1705.08961/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1705.08961/full.md

---
Source: https://tomesphere.com/paper/1705.08961