From 8c03bb934285e2a7c787d4a1a95df5c3c16dd887 Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.uni-bielefeld.de>
Date: Wed, 17 Jan 2024 16:04:19 +0100
Subject: [PATCH] Merge

---
 overcooked_simulator/game_content/player_config.yaml | 2 +-
 overcooked_simulator/gui_2d_vis/visualization.yaml   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/overcooked_simulator/game_content/player_config.yaml b/overcooked_simulator/game_content/player_config.yaml
index 7387659a..b684cabe 100644
--- a/overcooked_simulator/game_content/player_config.yaml
+++ b/overcooked_simulator/game_content/player_config.yaml
@@ -1,3 +1,3 @@
 radius: 0.4
-move_dist: 0.12
+move_dist: 0.15
 interaction_range: 1.6
\ No newline at end of file
diff --git a/overcooked_simulator/gui_2d_vis/visualization.yaml b/overcooked_simulator/gui_2d_vis/visualization.yaml
index ff995fd9..0642bb78 100644
--- a/overcooked_simulator/gui_2d_vis/visualization.yaml
+++ b/overcooked_simulator/gui_2d_vis/visualization.yaml
@@ -1,8 +1,8 @@
 # colors: https://www.webucator.com/article/python-color-constants-module/
 
 GameWindow:
-  WhatIsFixed: window_height  # grid or window_width or window_height
-  size: 400
+  WhatIsFixed: grid  # grid or window_width or window_height
+  size: 50
   screen_margin: 100
   min_width: 700
   min_height: 600
-- 
GitLab