Constantin Ruhdorfer

Results 2 comments of Constantin Ruhdorfer

Hi, I can confirm that simply changing line 80 in `multi_step` in `overcookedgym/overcooked.py` from: ``` return (ego_obs, alt_obs), (reward, reward), done, {}#info ``` to this ``` return (ego_obs, alt_obs), (reward,...