前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >RA Lecture Note: Symbolic Planning Continuous

RA Lecture Note: Symbolic Planning Continuous

作者头像
杨丝儿
发布2022-02-28 12:58:35
3150
发布2022-02-28 12:58:35
举报
文章被收录于专栏:杨丝儿的小站杨丝儿的小站

Tools Collection

  • Monitoring
  • Hierarchical planning
  • Hierarchical task network (HTN)
  • High level action (HLA)
  • refinement

Template

代码语言:javascript
复制
<!-- refinements -->
Refinment({ActionName}(variable1, variable2),
    Precond: {constraints}
    Steps: {action list}
)

Monitoring and replanning in unbounded num-determinism

Execution monitoring includes action monitoring, plan monitoring.

Hierarchical Planning

hierarchical decomposition, Hierarchical task network (HTN) planning: initial plan provided only high-level description, refined by action refinements. refinement process continued until plan consists only of primitive actions.

High level action (HLA) has (at least) one refinement into a sequence of actions. If they’re all primitive, then that’s an implementation of the HLA.

High-level Plans (HLP) are a sequence of HLAs. A HLP achieves the goal from an initial state if at least one of its implementations does this. Not all implementations of an HLP have to reach the goal state!

Search for a valid HLP

breadth-first search refinement list.

Probability

quantify uncertainty, degree of belief, degrees of tru[th.

decision theory, probability theory + utility theory.

maximum expected utility (expected value)

nothing special, all ideas has been discussed in logic class.

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2021-03-07,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Tools Collection
  • Template
  • Monitoring and replanning in unbounded num-determinism
  • Hierarchical Planning
  • Search for a valid HLP
  • Probability
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档