Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
skt_planning_domain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perception
skt_planning_domain
Commits
d793435b
Commit
d793435b
authored
7 years ago
by
Antonio Andriella
Browse files
Options
Downloads
Patches
Plain Diff
Delete problem_definition.pddl
parent
6b2c21c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
problem_definition.pddl
+0
-63
0 additions, 63 deletions
problem_definition.pddl
with
0 additions
and
63 deletions
problem_definition.pddl
deleted
100644 → 0
+
0
−
63
View file @
6b2c21c1
(DEFINE (PROBLEM STRIPS-GAMETEST)
(:DOMAIN GAME-STRIPS)
(:OBJECTS ROBOT HUMAN P1 P2 P3 P4 P5 L1 L2 L3 L4 L5 L6 L7 L8 L9 L10 HAND)
(:INIT
(SUGGESTEDMOVE P2 L3)
(SUGGESTEDMOVE P2 L1)
(SUGGESTEDMOVE P2 L2)
(verbalEngagement)
(verbalEngagement_2)
(PIECE P1)
(PIECE P2)
(PIECE P3)
(PIECE P4)
(PIECE P5)
(LOCATION L1)
(LOCATION L2)
(LOCATION L3)
(LOCATION L4)
(LOCATION L5)
(LOCATION L6)
(LOCATION L7)
(LOCATION L8)
(LOCATION L9)
(LOCATION L10)
(GRIPPER HAND)
(FREE_LOC L1)
(FREE_LOC L2)
(FREE_LOC L3)
(FREE_LOC L4)
(FREE_LOC L5)
(AGENT HUMAN)
(FREE HAND)
(AT P3 L7)
(AT P1 L8)
(AT P2 L9)
(AT P4 L10)
(AT P5 L6)
(suggestAnswer)
(encourageUser)
(suggestSubset)
(performDemonstration)
(ALLOWEDMOVE P1 L1)
(ALLOWEDMOVE P2 L2)
(ALLOWEDMOVE P3 L3)
(ALLOWEDMOVE P4 L4)
(ALLOWEDMOVE P5 L5)
(checkMove_1)
(checkMove_2)
(checkMove_3)
)
(:GOAL(waitForUserMove_2))
)
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