You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried the command python train.py --task=ShadowHandOver --algo=happo
There is a ModuleNotFoundError occuring——
Traceback (most recent call last):
File "train.py", line 12, in
from bidexhands.utils.config import set_np_formatting, set_seed, get_args, parse_sim_params, load_cfg
ModuleNotFoundError: No module named 'bidexhands'
But I have already installed bidexhands. This is my conda list:
Could you give me some suggestions?
Thanks :)
The text was updated successfully, but these errors were encountered:
When I tried the command python train.py --task=ShadowHandOver --algo=happo
There is a ModuleNotFoundError occuring——
Traceback (most recent call last):
File "train.py", line 12, in
from bidexhands.utils.config import set_np_formatting, set_seed, get_args, parse_sim_params, load_cfg
ModuleNotFoundError: No module named 'bidexhands'
But I have already installed bidexhands. This is my conda list:
Could you give me some suggestions?
Thanks :)
The text was updated successfully, but these errors were encountered: