Dear authors,
Thank you for your amazing contributions and ideas. I was trying to run the InteractionImitation file. But, I face an error as follows. I'd appreciate it if you could let me know if I'm doing something incorrectly.
My bash command:
Every command in the 'train_models.sh' or 'evaluate_models.sh'.
The error:
... ...
File "...\InteractionImitation-main\src_init_.py", line 1, in
from src.data.expert_data import generate_expert_data, load_expert_data
ModuleNotFoundError: No module named 'src.data.expert_data'
It seems that there is no module named 'expert_data' under the path of 'src\data'. I would be really grateful if you could assist me with this.
Jason