Wenjie Qiu

Results 10 comments of Wenjie Qiu

Hi @cgokmen, thanks for you quick reply. I basically followed your advice and installed suggested version/branches, etc. ## Exp 1 BEHAVIOR: null iGibson: behavior-replay branch. BDDL: behavior_refactor_verified_problems branch. Dataset version:...

Hi @cgokmen, thanks for your time and effort. I basically somehow managed to reproduce the demo on a mac machine using the `behavior-replay` branch of iGibson and `behavior_verfied_problems` branch of...

Hi @cgokmen, thanks for your time and effort again, you really helped a lot! You don't need to answer the following questions, I just want to update the issue in...

Hi I faced the similar issues here. I am using version 2.1.0 and tested on both MacOS and Ubuntu 20 (without GPU). Reset action works for me and I can...

Hi @ChongjianGE , Well no I haven't. I forgot what triggered me to search for such detailed information at that time. Probably it is because 1) I wanted to build...

Feel free to comment on this issue which includes some updates: https://github.com/StanfordVL/iGibson/issues/215#issuecomment-1170528921

@HUSTColinLee Hi Colin I basically had the same issues. It seems that the two checkpoint files do not work for current version of code. I tried simple_bc_agent.py and found the...

Hi I faced the similar issues here on a machine without GPU (just want to quickly check the model). It is possible to run the code without a GPU? @JinyeonKim...

@dada-h-h Exactly same here. Could you try a minimal examples https://allenai.github.io/ai2thor-v2.1.0-documentation/examples ? You can also try to set ``` controller = ai2thor.controller.Controller(headless=True) ``` to see if there is any difference.

> Hello, I think if you can't run the reset here, it's likely that you can't run the one in ALFRED either: > > https://github.com/askforalfred/alfred/blob/master/env/thor_env.py#L47 > > If it's a...