allenai / allenact

An open source framework for research in Embodied-AI from AI2.
https://www.allenact.org
Other
313 stars 50 forks source link

manipulathor env: delete params before call ithor #301

Closed twni2016 closed 3 years ago

twni2016 commented 3 years ago

Thanks to @Lucaweihs, we fix this bug that caused the compile error.

jordis-ai2 commented 3 years ago

LGTM. Alternatively, we could have kwargs in iThorEnvironment to make specialization easier?

twni2016 commented 3 years ago

Yes, we can do that. I am okay with both.