lukashermann/hulc

Error while running trainning.py

lzhhh93 opened this issue · 2 comments

Hi everyone,

I am trying to run the trainning.py for debug dataset without using the pretrained model. Now I stuck at this TypeError:

'calvin_env file' is 'None'

Since I am not sure about what 'calvin_env.file' here refer to, I am confused.

Thanks for any tipps in advance.

Hello, I met this problem, too. Could you give me some advice to solve this problem?

Hello, I met this problem, too. Could you give me some advice to solve this problem?

Hi, a quick way to resolve it would be:

in line 72 above, replace the argument for the Path() function with the absolute path of the "calvin_env" like this:
log.info(f"Using calvin_env with commit {get_git_commit_hash(Path('your/path/to/calvin_env'))}.")