Skip to content

Commit 3ddc01b

Browse files
committed
Modified some comments
Added a citation to Yash's recent paper, and updated a modification date.
1 parent 5444e0f commit 3ddc01b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Examples/simple_tasks_with_error.py

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
"""
2-
An expanded version of the "travel from home to the park" example in
3-
my lectures, modified to show how an unexpected problem at acting time can
2+
An expanded version of the "travel from home to the park" example in my
3+
lectures, modified to show how an unexpected problem at acting time can
44
cause an execution error if the methods are too brittle.
5-
-- Dana Nau <[email protected]>, July 6, 2021
5+
6+
The following paper describes one of the possible ways to overcome this
7+
problem:
8+
9+
Bansod, Nau, Patra and Roberts. Integrating Planning and Acting by Using
10+
a Re-Entrant HTN Planner. ICAPS HPlan Workshop, 2021.
11+
12+
-- Dana Nau <[email protected]>, July 7, 2021
613
"""
714

815
# kludge to make gtpyhop available regardless of whether the current directory

gtpyhop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: BSD-3-Clause-Clear
33

44
# GTPyhop, version 1.1
5-
# Author: Dana Nau <[email protected]>, July 6, 2021
5+
# Author: Dana Nau <[email protected]>, July 7, 2021
66

77
"""
88
GTPyhop is an automated planning system that can plan for both tasks and

0 commit comments

Comments
 (0)