allenai / allenact

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

Incorrect import for resnet based actor-critic model #81

Closed prithv1 closed 4 years ago

prithv1 commented 4 years ago

The following line https://github.com/allenai/embodied-rl/blob/c299cc9e8a1075c801f7e7b4d9c21264c401f71d/experiments/objectnav_robothor_rgb_ddppo.py#L14 importing the ResNet backbone based actor critic model should be changed to from models.resnet_tensor_object_nav_models import ResnetTensorObjectNavActorCritic

jordis-ai2 commented 4 years ago

Thanks! If the experiment file survives the cleanup for release, we'll fix it :)

Lucaweihs commented 4 years ago

This has been fixed.