overcooked-demo icon indicating copy to clipboard operation
overcooked-demo copied to clipboard

adds generated layouts

Open bmielnicki opened this issue 4 years ago • 1 comments

Adds the possibility to pick from layouts list "complicated_random_room" and "simple_random_room". Now when loading layout it first check if there is a .json file with mdp_gen_params inside static/layout_generation_params and if it is found use it to generate layout. If there is no .json file it searches for .layout file like before.

bmielnicki avatar Oct 01 '20 01:10 bmielnicki

I identified the issue loading the generated layouts, and made the fix. We still need to fix up the dependency but the branch is good to go.

mesutyang97 avatar Oct 15 '20 01:10 mesutyang97