Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'wandb' has no attribute 'sdk' when ./train_catching_both_mappo.sh #1

Open
Slowannealing opened this issue Aug 28, 2023 · 0 comments

Comments

@Slowannealing
Copy link

(t2e) [scripts]$ ./train_catching_both_mappo.sh
env is MPE, scenario is simple_catching_expert_both, algo is rmappo, exp is EnvV4_ExpPrey_NoPreyVolo_full_1V1.2_1v4, max seed is 1
seed is 1:
Traceback (most recent call last):
File "train/train_catching_both.py", line 4, in
import wandb
File "/user/
/.conda/envs/t2e/lib/python3.6/site-packages/wandb/init.py", line 26, in
from wandb import sdk as wandb_sdk
File "/user/
/.conda/envs/t2e/lib/python3.6/site-packages/wandb/sdk/init.py", line 7, in
from .wandb_init import _attach, init # noqa: F401
File "/user/
/.conda/envs/t2e/lib/python3.6/site-packages/wandb/sdk/wandb_init.py", line 32, in
from .backend.backend import Backend
File "/user/
/.conda/envs/t2e/lib/python3.6/site-packages/wandb/sdk/backend/backend.py", line 17, in
from wandb.sdk.interface.interface import InterfaceBase
File "/user/
*/.conda/envs/t2e/lib/python3.6/site-packages/wandb/sdk/interface/interface.py", line 19, in
import wandb.sdk.lib.json_util as json
AttributeError: module 'wandb' has no attribute 'sdk'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant