Highly-adjustable RL environment template for Overcooked
README is still under construction. Updates will be made soon!
Simplycooked is an experimental environment which is inspired by a well- known co-op game named Overcooked. This multi-player game lets two or more players cooperate in completing a cooking order, from picking up ingredients, slicing, cooking, and delivering. The reward is awarded when an order is delivered at a certain point in the map.
This environment can be adapted to be an RL environment with slight modifications.
Inside /simplycooked/
, run the following command
python main.py --level levels/CheeseVeggie.txt --num_players 2 --horizon 100
Movement keys:
w: up
a: left
s: down
d: right
To perform an action, one can repeat the movement towards the direction of that action.
TODO: How maps are represented? (visualize(), letter abbrieviation)
TODO: Numpy representation of the map and objects (full_obs_space)
TODO
TODO
TODO
TODO
TODO
TODO
TODO