Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Cooperative Cuisine Environment
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Social Cognitive Systems
CoCoSy
Cooperative Cuisine Environment
Commits
eb467559
Commit
eb467559
authored
11 months ago
by
Fabian Heinrich
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted processing times for study
parent
d7f26fe3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cooperative_cuisine/configs/item_info.yaml
+9
-9
9 additions, 9 deletions
cooperative_cuisine/configs/item_info.yaml
cooperative_cuisine/configs/study/study_config.yaml
+17
-16
17 additions, 16 deletions
cooperative_cuisine/configs/study/study_config.yaml
with
26 additions
and
25 deletions
cooperative_cuisine/configs/item_info.yaml
+
9
−
9
View file @
eb467559
...
@@ -74,55 +74,55 @@ Sausage:
...
@@ -74,55 +74,55 @@ Sausage:
ChoppedTomato
:
ChoppedTomato
:
type
:
Ingredient
type
:
Ingredient
needs
:
[
Tomato
]
needs
:
[
Tomato
]
seconds
:
4.0
seconds
:
2.6
equipment
:
CuttingBoard
equipment
:
CuttingBoard
ChoppedLettuce
:
ChoppedLettuce
:
type
:
Ingredient
type
:
Ingredient
needs
:
[
Lettuce
]
needs
:
[
Lettuce
]
seconds
:
3.0
seconds
:
2.6
equipment
:
CuttingBoard
equipment
:
CuttingBoard
ChoppedOnion
:
ChoppedOnion
:
type
:
Ingredient
type
:
Ingredient
needs
:
[
Onion
]
needs
:
[
Onion
]
seconds
:
4.0
seconds
:
2.6
equipment
:
CuttingBoard
equipment
:
CuttingBoard
RawPatty
:
RawPatty
:
type
:
Ingredient
type
:
Ingredient
needs
:
[
Meat
]
needs
:
[
Meat
]
seconds
:
4.0
seconds
:
2.6
equipment
:
CuttingBoard
equipment
:
CuttingBoard
RawChips
:
RawChips
:
type
:
Ingredient
type
:
Ingredient
needs
:
[
Potato
]
needs
:
[
Potato
]
seconds
:
4.0
seconds
:
2.6
equipment
:
CuttingBoard
equipment
:
CuttingBoard
ChoppedFish
:
ChoppedFish
:
type
:
Ingredient
type
:
Ingredient
needs
:
[
Fish
]
needs
:
[
Fish
]
seconds
:
4.0
seconds
:
2.6
equipment
:
CuttingBoard
equipment
:
CuttingBoard
PizzaBase
:
PizzaBase
:
type
:
Ingredient
type
:
Ingredient
needs
:
[
Dough
]
needs
:
[
Dough
]
seconds
:
4.0
seconds
:
2.6
equipment
:
CuttingBoard
equipment
:
CuttingBoard
GratedCheese
:
GratedCheese
:
type
:
Ingredient
type
:
Ingredient
needs
:
[
Cheese
]
needs
:
[
Cheese
]
seconds
:
4.0
seconds
:
2.6
equipment
:
CuttingBoard
equipment
:
CuttingBoard
ChoppedSausage
:
ChoppedSausage
:
type
:
Ingredient
type
:
Ingredient
needs
:
[
Sausage
]
needs
:
[
Sausage
]
seconds
:
4.0
seconds
:
2.6
equipment
:
CuttingBoard
equipment
:
CuttingBoard
CookedPatty
:
CookedPatty
:
...
...
This diff is collapsed.
Click to expand it.
cooperative_cuisine/configs/study/study_config.yaml
+
17
−
16
View file @
eb467559
...
@@ -2,6 +2,7 @@ levels:
...
@@ -2,6 +2,7 @@ levels:
-
config_path
:
CONFIGS_DIR/environment_config.yaml
-
config_path
:
CONFIGS_DIR/environment_config.yaml
layout_path
:
LAYOUTS_DIR/study_layouts/1-1-far-apart.layout
layout_path
:
LAYOUTS_DIR/study_layouts/1-1-far-apart.layout
# layout_path: LAYOUTS_DIR/zztest_layouts/screenshot_tutorial.layout
item_info_path
:
CONFIGS_DIR/item_info.yaml
item_info_path
:
CONFIGS_DIR/item_info.yaml
name
:
"
Level
1"
name
:
"
Level
1"
seed
:
12345
seed
:
12345
...
@@ -23,13 +24,13 @@ levels:
...
@@ -23,13 +24,13 @@ levels:
order_gen_kwargs
:
order_gen_kwargs
:
order_duration_random_func
:
order_duration_random_func
:
kwargs
:
kwargs
:
a
:
60
a
:
55
b
:
70
b
:
65
sample_on_dur_random_func
:
sample_on_dur_random_func
:
func
:
uniform
func
:
uniform
kwargs
:
kwargs
:
a
:
20
a
:
18
b
:
30
b
:
28
hook_callbacks
:
hook_callbacks
:
orders
:
orders
:
...
@@ -68,13 +69,13 @@ levels:
...
@@ -68,13 +69,13 @@ levels:
order_gen_kwargs
:
order_gen_kwargs
:
order_duration_random_func
:
order_duration_random_func
:
kwargs
:
kwargs
:
a
:
60
a
:
54
b
:
70
b
:
64
sample_on_dur_random_func
:
sample_on_dur_random_func
:
func
:
uniform
func
:
uniform
kwargs
:
kwargs
:
a
:
20
a
:
18
b
:
30
b
:
28
hook_callbacks
:
hook_callbacks
:
orders
:
orders
:
hooks
:
[
completed_order
]
hooks
:
[
completed_order
]
...
@@ -115,13 +116,13 @@ levels:
...
@@ -115,13 +116,13 @@ levels:
order_gen_kwargs
:
order_gen_kwargs
:
order_duration_random_func
:
order_duration_random_func
:
kwargs
:
kwargs
:
a
:
60
a
:
54
b
:
7
0
b
:
6
0
sample_on_dur_random_func
:
sample_on_dur_random_func
:
func
:
uniform
func
:
uniform
kwargs
:
kwargs
:
a
:
20
a
:
18
b
:
30
b
:
26
hook_callbacks
:
hook_callbacks
:
orders
:
orders
:
hooks
:
[
completed_order
]
hooks
:
[
completed_order
]
...
@@ -160,13 +161,13 @@ levels:
...
@@ -160,13 +161,13 @@ levels:
order_gen_kwargs
:
order_gen_kwargs
:
order_duration_random_func
:
order_duration_random_func
:
kwargs
:
kwargs
:
a
:
6
0
a
:
5
0
b
:
7
0
b
:
6
0
sample_on_dur_random_func
:
sample_on_dur_random_func
:
func
:
uniform
func
:
uniform
kwargs
:
kwargs
:
a
:
2
0
a
:
2
2
b
:
30
b
:
24
hook_callbacks
:
hook_callbacks
:
orders
:
orders
:
hooks
:
[
completed_order
]
hooks
:
[
completed_order
]
...
...
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