Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
intro-HTN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
saclab
ssa
intro-HTN
Commits
f6baadc9
Commit
f6baadc9
authored
Aug 27, 2024
by
GATEAU Thibault
Browse files
Options
Downloads
Patches
Plain Diff
[doc] completion adding sourceLoad
parent
d621b1ae
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
HyperTensioN/examples/basic/basic.jshop.rb
+1
-1
1 addition, 1 deletion
HyperTensioN/examples/basic/basic.jshop.rb
TP01/readme.md
+36
-14
36 additions, 14 deletions
TP01/readme.md
TP01/travelWalkTaxi.hddl.pdf
+0
-0
0 additions, 0 deletions
TP01/travelWalkTaxi.hddl.pdf
with
37 additions
and
15 deletions
HyperTensioN/examples/basic/basic.jshop.rb
+
1
−
1
View file @
f6baadc9
# Generated by Hype
require
'/home/
tgateau
/git/saclab/
ssa/
intro-htn/HyperTensioN/Hypertension'
require
'/home/
harak
/git/saclab/intro-htn/HyperTensioN/Hypertension'
module
Basic
include
Hypertension
...
...
This diff is collapsed.
Click to expand it.
TP01/readme.md
+
36
−
14
View file @
f6baadc9
...
...
@@ -4,6 +4,11 @@
-
[
First HDDL
](
#first-hddl
)
-
[
Resources
](
#resources
)
-
[
Set-up project environment
](
#set-up-project-environment
)
-
[
On SI computers
](
#on-si-computers
)
-
[
Testing Set-up
](
#testing-set-up
)
-
[
Adding shortcuts
](
#adding-shortcuts
)
-
[
Option 1: sourcing env
](
#option-1-sourcing-env
)
-
[
Option 2: manually
](
#option-2-manually
)
-
[
First plan
](
#first-plan
)
-
[
Writing some tasks, methods and literals
](
#writing-some-tasks-methods-and-literals
)
-
[
Adding cost
](
#adding-cost
)
...
...
@@ -35,6 +40,9 @@ cd intro-htn
HTN_PATH=$(pwd)
```
### On SI computers
-
[ ] load SI environment
```
...
...
@@ -43,6 +51,9 @@ module load julia/1.9.3
module load anaconda3/2023
```
## Testing Set-up
-
[ ] Test HyperTensioN planner
```
...
...
@@ -61,10 +72,21 @@ ruby examples/basic/pb1.jshop.rb
#1: pickup(banjo)
```
## Adding shortcuts
-
[ ] add some macros for easy execution
### Option 1: sourcing env
```
cd $HTN_PATH
source loadEnv.bash
```
### Option 2: manually
```
#HyperTensioN execution command:
...
...
@@ -100,7 +122,7 @@ Have a look to the __domain HDDL file__ <travelWalkTaxi.hddl> and the __problem
In this dummy example, we want to travel from home to the park, corresponding to the goal __Task__ in
<gotoPark_problem.hddl>
:
*(travel home park)*
```
plan travelWalkTaxi.hddl
gotoPark_problem.hddl debug
plan travelWalkTaxi.hddl gotoPark_problem.hddl debug
```
You should get a dummy plan.
...
...
This diff is collapsed.
Click to expand it.
TP01/travelWalkTaxi.hddl.pdf
+
0
−
0
View file @
f6baadc9
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment