eric-mitchell / macaw

Code for "Offline Meta-Reinforcement Learning with Advantage Weighting" [ICML 2021]
45 stars 11 forks source link

cannot run this code #2

Closed YiqinYang closed 2 years ago

YiqinYang commented 2 years ago

Dear mitchell,

Thanks for the sharing code. However, when I run the code, these is a error:

ModuleNotFoundError: No module named 'rand_param_envs'

This error comes from this file macaw-main/src/tp_envs/walker_rand_params_wrapper.py

It seems missing some files.

Looking forward to your reply!

Best Yiqin

YiqinYang commented 2 years ago

Dear mitchell,

Thanks for the sharing code. However, when I run the code, these is a error:

ModuleNotFoundError: No module named 'rand_param_envs'

This error comes from this file macaw-main/src/tp_envs/walker_rand_params_wrapper.py

It seems missing some files.

Looking forward to your reply!

Best Yiqin