Bartłomiej Mielnicki
Bartłomiej Mielnicki
Can onStart in Tween be public? Is there good reason why this is not the case? It would seem consistent this way with other tween callbacks. Currently line with public...
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...
1. Added usage of named parameters to up.sh. They can be used everything that was specified by env variables (that are no longer used), also trajectories and agents directories. 2....
Extension to the PR https://github.com/HumanCompatibleAI/overcooked-demo/pull/29. It is separate PR because it requires a review of https://github.com/HumanCompatibleAI/overcooked_ai/pull/38 and I don't want to prevent the merge of previous changes because of that....
Allows to work with dynamic_orders change. Should be merged along with PR in overcooked_ai repo https://github.com/HumanCompatibleAI/overcooked_ai/pull/57 . Fully backward compatible (works with https://github.com/HumanCompatibleAI/overcooked_ai/tree/master, works with https://github.com/bmielnicki/overcooked_ai/tree/dynamic_orders), unless you use layout...