jayeshs999 / sapg

Code for SAPG: Split and Aggregate Policy Gradients (ICML 2024)
MIT License
41 stars 2 forks source link

ModuleNotFoundError: No module named 'isaacgymenvs.utils.wandb_utils' #2

Closed Charlie0257 closed 1 month ago

Charlie0257 commented 1 month ago

@jayeshs999 Thanks for your great work!

When I try to reproduce the results of paper, the error is ——

Traceback (most recent call last):
  File "/home/charlie/PycharmProjects/sapg/isaacgymenvs/train.py", line 249, in launch
    cfg_n_env = launch_rlg_hydra(cfg, vec_env)
  File "/home/charlie/PycharmProjects/sapg/isaacgymenvs/train.py", line 103, in launch_rlg_hydra
    from isaacgymenvs.utils.wandb_utils import WandbAlgoObserver
ModuleNotFoundError: No module named 'isaacgymenvs.utils.wandb_utils'

Can you upload the corresponding python file:)

Best, Charlie