soyeonm / FILM

Official repository of ICLR 2022 paper FILM: Following Instructions in Language with Modular Methods
113 stars 27 forks source link

Could not find the definition for BtsModel #1

Closed yingShen-ys closed 2 years ago

yingShen-ys commented 2 years ago

Thank you for the great work!

I am walking through the code. And I find that this line of code created an instance of BtsModel. However, I could not find the definition of BtsModel anywhere in the repo.

Could you help me with this? Thank you!

soyeonm commented 2 years ago

Hello, sorry for my late reply. I will reply back in a few days!

soyeonm commented 2 years ago

Hello, Sorry for my late reply. https://github.com/soyeonm/FILM/blob/79598779d8373f3cfbc3e969847af30555eb27ea/alfred_utils/env/thor_env_code.py#L122

This if statement of the code is not used, so BTS model is not used either. Sorry for the confusion!