ciff icon indicating copy to clipboard operation
ciff copied to clipboard

No module named 'learning.auxiliary_objective'

Open vincentlux opened this issue 5 years ago • 4 comments

Hi,

Thank you for releasing the code! I tried to reproduce the Chai dataset experiment, however got this error:

$ python3 src/experiments_house/train_goal_prediction_from_disk.py
Traceback (most recent call last):
  File "src/experiments_house/train_goal_prediction_from_disk.py", line 13, in <module>
    from learning.single_client.goal_prediction_house_single_360_image_supervised_from_disk import \
  File "/home/xiaopen2/proj/indoor_nav/reproduce/ciff/src/learning/single_client/goal_prediction_house_single_360_image_supervised_from_disk.py", line 15, in <module>
    from learning.auxiliary_objective.goal_prediction import GoalPrediction
ModuleNotFoundError: No module named 'learning.auxiliary_objective'

It seems like the package does not have auxiliary_objective module? Thank you very much for your help!

vincentlux avatar Nov 26 '19 18:11 vincentlux

That package is no longer needed and I need to remove the dependence on that package from all files. Unfortunately, the development and release of production code is currently stalled. I should have time over Christmas break to focus on this. I apologize for the inconvenience.

dkmisra avatar Dec 02 '19 02:12 dkmisra

Thank you very much!

vincentlux avatar Dec 03 '19 02:12 vincentlux

The bug still persists. It'd be great if you could fix this or tell me a work-around for this.

anirban-code-to-live avatar Jan 16 '20 10:01 anirban-code-to-live

This bug still exists. I want to reproduce the results. Could you please make this work reproducible by fixing this issue? Thanks.

ilkerkesen avatar Sep 21 '20 08:09 ilkerkesen