Skip to content
Snippets Groups Projects
Commit f536d40e authored by Florian Schröder's avatar Florian Schröder
Browse files

Update CI script and game configurations

Changed the pdoc execution command in the .gitlab-ci.yml to fix the link in the footer text. Adjustments were also made to the layout of the game in the basic.layout and __init__.py files, along with the game, player, and effect configurations. The player speed was reduced, the ability to undo dispenser pickup was added, and the effect
parent eb4ae7eb
Branches
Tags
No related merge requests found
Pipeline #47817 failed
...@@ -18,7 +18,7 @@ pages: ...@@ -18,7 +18,7 @@ pages:
- apt-get install -y python3-dev python3-pip graphviz graphviz-dev - apt-get install -y python3-dev python3-pip graphviz graphviz-dev
- pip install pdoc - pip install pdoc
- pip install ".[rl]" - pip install ".[rl]"
- pdoc --output-dir public cooperative_cuisine !cooperative_cuisine.reinforcement_learning --logo https://gitlab.ub.uni-bielefeld.de/uploads/-/system/project/avatar/6780/Cooking-Vector-Illustration-Icon-Graphics-4267218-1-580x435.jpg --docformat google --favicon overcooked-simulator/cooperative_cuisine/pygame_2d_vis/images/favicon.ico --footer-text "Developed@[SCS](https://scs.techfak.uni-bielefeld.de/)" - pdoc --output-dir public cooperative_cuisine !cooperative_cuisine.reinforcement_learning --logo https://gitlab.ub.uni-bielefeld.de/uploads/-/system/project/avatar/6780/Cooking-Vector-Illustration-Icon-Graphics-4267218-1-580x435.jpg --docformat google --favicon overcooked-simulator/cooperative_cuisine/pygame_2d_vis/images/favicon.ico --footer-text "Developed@<a href="https://scs.techfak.uni-bielefeld.de/">SCS</a>
artifacts: artifacts:
paths: paths:
- public - public
......
...@@ -265,14 +265,14 @@ For example ...@@ -265,14 +265,14 @@ For example
``` ```
#QU#FO#TNLB# #QU#FO#TNLB#
#__________M @__________M
#__________K |__________K
W__________I $__________I
#__A_____A_D #__A____A__D
C__________E C__________E
C__________G #__________G
#__________# C__________#
#P#S+#X##S+# ##PS+#X##S+#
``` ```
## Environment Config ## Environment Config
...@@ -291,6 +291,7 @@ plates: ...@@ -291,6 +291,7 @@ plates:
game: game:
time_limit_seconds: 300 time_limit_seconds: 300
undo_dispenser_pickup: true
meals: meals:
all: true all: true
...@@ -308,13 +309,22 @@ layout_chars: ...@@ -308,13 +309,22 @@ layout_chars:
U: Pot # with Stove U: Pot # with Stove
T: Tomato T: Tomato
orders: orders: # how to create orders
... ...
player_config: player_config:
radius: 0.4 radius: 0.4
speed_units_per_seconds: 8 speed_units_per_seconds: 6
interaction_range: 1.6 interaction_range: 1.6
restricted_view: False
view_angle: 70
view_range: 4 # in grid units, can be "null"
effect_manager: # fire effect
...
extra_setup_functions: # scores, recording, msgs, etc.
...
``` ```
## PyGame Visualization Config ## PyGame Visualization Config
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
@__________M @__________M
|__________K |__________K
$__________I $__________I
#__A_____A_D #__A____A__D
C__________E C__________E
#__________G #__________G
C__________# C__________#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment