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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
9281b49e371c99a823f3f4d392a6120db7f18173
Select Git revision
Branches
15
103-sounds
119-docs-new-perspective
124-additional-state-keys-and-values
144-gkk-exercises
157-show-content-progress
159-reduce-gif-size
dev
protected
ffd-demo-arcade
llm-agent
main
default
protected
markdown-center-badge-html-demo
rl-bachelor-thesis
show-number-content
voicechat
web_version
Tags
6
v1.3.0
ffday
v1.2.0
v1.1.3
v1.1.0
v1.0.0
21 results
Begin with the selected commit
Created with Raphaël 2.2.0
15
Aug
14
13
9
7
6
2
31
Jul
30
29
28
27
26
25
23
22
19
17
14
12
11
10
8
7
5
28
Jun
25
24
19
18
17
12
10
1
29
May
15
13
7
2
30
Apr
23
22
19
17
15
14
12
11
10
9
8
4
3
2
27
Mar
26
25
21
20
19
18
15
14
13
12
11
10
9
8
7
6
5
4
3
1
29
Feb
28
27
26
25
23
22
21
20
19
16
15
14
13
12
10
9
8
7
6
Moved methods around, fixed llm_agent with changed base_agent
parse_players -> parse_state
Async cleanup
Base agent with abstract method manage tasks, removed unused variables
removed some print statements
Enum for choosing agent script
Fix typo in key for nearest_counter comparison
Refactor task management and interaction logic
fixed merge conflicts
added separate hook for better punishing trashcan usage
Updates
Changed layout converter path management to be callable outside of the main program with the current folder structure.
updated PutMealOnPlateHookCallback to not give rewards when moving a meal from one plate to another
Replace rectangle with image for target parts
added visualization config with downsampled textures
added a queue for movement imputs to compensate for worse connections
Integrated overcooked-ai into cooperative cuisine.
Add environment config selection to GUI
Add random item ground and restricted movement hook
-movement code now checks if the player still has some movement time left that is smaller then the server step size, and then uses that movement. Movementspeed is now way more consistent and also a lot fast(the intended speed) because of this.
Merge branch '142-restructure-reinforcement-learning-files-2' into 'dev'
Inference uses the same configs as the training and instantiates the model load function from the configs.
Incorporated the feedback to make more use of the advantages of Hydra
Merge branch 'dev' into 142-restructure-reinforcement-learning-files-2
Update changelog with past updates
Merge branch '139-deterministic-order-generation' into 'dev'
Merge remote-tracking branch 'refs/remotes/origin/dev' into 139-deterministic-order-generation
Remove debug print statements and improve tests
Switch to default study configuration
Update deterministic order generators and tests
Enhance reach goal functionality with new configurations
Add target ground type and enhance counter movement
Add deadly ground feature with new ground types
Rename variables and update function names for clarity
Add Cooperative Cuisine introductory Jupyter notebook
Refactor plate config initialization and add logger
Update file paths in package_files function
Add dynamic package data inclusion for additional directories
Add package_data to include additional directories
Add new hook and environment configuration files
Loading