Project 'scs/cocosy/overcooked-simulator' was moved to 'scs/cocosy/cooperative-cuisine'. Please update any links and bookmarks that may still have the old path.
Resolve "gym env"
Compare changes
+ 27
− 9
@@ -16,6 +17,7 @@ from stable_baselines3.common.env_checker import check_env
@@ -117,7 +119,6 @@ def get_env_action(player_id, simple_action, duration):
@@ -131,11 +132,12 @@ with open(ROOT_DIR / "gui_2d_vis" / "visualization_rl.yaml", "r") as file:
@@ -150,6 +152,15 @@ class EnvGymWrapper(Env):
@@ -195,7 +206,6 @@ class EnvGymWrapper(Env):
@@ -214,6 +224,15 @@ class EnvGymWrapper(Env):
@@ -256,7 +275,6 @@ class EnvGymWrapper(Env):