gitextract_mc95tebh/ ├── .gitignore ├── .gitmodules ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── requirements.txt ├── training/ │ ├── data.py │ ├── metrics.py │ ├── models.py │ ├── train_eqa.py │ ├── train_nav.py │ ├── train_vqa.py │ └── utils/ │ ├── preprocess_questions.py │ └── preprocess_questions_pkl.py └── utils/ ├── house3d.py └── make_houses.py