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
be20fbae
Commit
be20fbae
authored
10 months ago
by
GATEAU Thibault
Browse files
Options
Downloads
Patches
Plain Diff
[simu] adding plan example, old version
parent
d32d7349
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
TP02/plan.txt
+104
-0
104 additions, 0 deletions
TP02/plan.txt
with
104 additions
and
0 deletions
TP02/plan.txt
0 → 100644
+
104
−
0
View file @
be20fbae
----------------------Tasks-----------------------
0: gatheranddeliver(a1)
1: gatheringredient(a1)
2: chopingredients(a1)
3: gatheringredient(a1)
4: gatheranddeliver(a1)
5: gatheranddeliver(a1)
---------------------Planning---------------------
gatheranddeliver_m_readytoserve(a1)
deliver_food_m_deliver_food_ready(a1 souplite)
goto_m_goto_already_there(a1 cookloc)
pickup(a1 souplite cookloc)
goto_m_goto_already_there(a1 deliveryloc)
goto_m_goto_direct(a1 deliveryloc)
move(a1 cookloc deliveryloc)
goto_m_goto_already_there(a1 deliveryloc)
serve(a1 souplite deliveryloc)
gatheringredient_m_gatheringredientnothingtodo(a1)
gatheringredient_m_gatheringredientcook(a1)
gatheringredient_m_gatheringredienttochop(a1)
goto_m_goto_already_there(a1 stock)
goto_m_goto_direct(a1 stock)
move(a1 deliveryloc stock)
goto_m_goto_already_there(a1 stock)
getingredient_m_getingredientalreadyproduced(a1 onion)
getingredient_m_getingredient(a1 onion)
goto_m_goto_already_there(a1 stock)
getfromstack_m_getfromstack(a1)
get_position(a1 stock)
pickup_stack(a1 onion0 onion1 onion stock)
get_position(a1 stock)
pickup_stack(a1 onion0 onion1 souplite stock)
get_position(a1 stock)
pickup_stack(a1 onion0 onion1 soup stock)
get_position(a1 stock)
pickup_stack(a1 onion1 onion2 onion stock)
get_position(a1 stock)
pickup_stack(a1 onion1 onion2 souplite stock)
get_position(a1 stock)
pickup_stack(a1 onion1 onion2 soup stock)
get_position(a1 stock)
pickup_stack(a1 onion2 onion3 onion stock)
get_position(a1 stock)
pickup_stack(a1 onion2 onion3 souplite stock)
get_position(a1 stock)
pickup_stack(a1 onion2 onion3 soup stock)
get_position(a1 stock)
pickup_stack(a1 onion3 onion4 onion stock)
goto_m_goto_already_there(a1 choploc)
goto_m_goto_direct(a1 choploc)
move(a1 stock choploc)
goto_m_goto_already_there(a1 choploc)
stackingredient_m_stackingredient(a1 onion choploc)
checkcarry(a1 onion choploc)
drop(a1 onion0 onion1 onion choploc)
chopingredients_m_chopingredients(a1)
chop(a1 onion1 onion1chopped choploc)
gatheringredient_m_gatheringredientnothingtodo(a1)
gatheringredient_m_gatheringredientcook(a1)
goto_m_goto_already_there(a1 choploc)
pickup(a1 onion1chopped choploc)
goto_m_goto_already_there(a1 cookloc)
goto_m_goto_direct(a1 cookloc)
move(a1 choploc cookloc)
goto_m_goto_already_there(a1 cookloc)
stackingredient_m_stackingredient(a1 onion1chopped cookloc)
checkcarry(a1 onion1chopped cookloc)
drop(a1 onion0 onion1 onion1chopped cookloc)
cook(a1 onion1chopped souplite cookloc)
gatheranddeliver_m_readytoserve(a1)
deliver_food_m_deliver_food_ready(a1 souplite)
goto_m_goto_already_there(a1 cookloc)
pickup(a1 souplite cookloc)
goto_m_goto_already_there(a1 deliveryloc)
goto_m_goto_direct(a1 deliveryloc)
move(a1 cookloc deliveryloc)
goto_m_goto_already_there(a1 deliveryloc)
serve(a1 souplite deliveryloc)
gatheranddeliver_m_readytoserve(a1)
gatheranddeliver_m_stop(a1)
gatheranddeliver_m_idle(a1)
idle(a1 deliveryloc)
Time: 0.0002951622009277344s
-----------------------Plan-----------------------
0: pickup(a1 souplite cookloc)
1: move(a1 cookloc deliveryloc)
2: serve(a1 souplite deliveryloc)
3: move(a1 deliveryloc stock)
4: get_position(a1 stock)
5: pickup_stack(a1 onion3 onion4 onion stock)
6: move(a1 stock choploc)
7: checkcarry(a1 onion choploc)
8: drop(a1 onion0 onion1 onion choploc)
9: chop(a1 onion1 onion1chopped choploc)
10: pickup(a1 onion1chopped choploc)
11: move(a1 choploc cookloc)
12: checkcarry(a1 onion1chopped cookloc)
13: drop(a1 onion0 onion1 onion1chopped cookloc)
14: cook(a1 onion1chopped souplite cookloc)
15: pickup(a1 souplite cookloc)
16: move(a1 cookloc deliveryloc)
17: serve(a1 souplite deliveryloc)
18: idle(a1 deliveryloc)
Total time: 0.005395650863647461s
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