Jesse Lew

Results 2 issues of Jesse Lew

The PantheonRL environment wrapper for overcookedgym uses an old version of HumanCompatibleAI's overcooked_ai repo under the hood. Unfortunately, this old version contains a typo in the p1 feature array here:...

Trying to test TTA on the demo image, but inference_detector expects a batch (NCHW). Is there something wrong with the config file? Code ``` from mmdet.apis import inference_detector, init_detector from...