marlbenchmark / off-policy

PyTorch implementations of popular off-policy multi-agent reinforcement learning algorithms, including QMix, VDN, MADDPG, and MATD3.
MIT License
386 stars 67 forks source link

Error with wandb #5

Closed Maxtoq closed 2 years ago

Maxtoq commented 2 years ago

Hello, I have encountered some problems. I wonder if you can help me. that:Failed to detect the name of this notebook, you can set it manually with the WANDB_NOTEBOOK_NAME environment variable to enable code saving. wandb: Currently logged in as: zhouweiqing (use wandb login --relogin to force relogin) wandb: ERROR Error while calling W&B API: project not found (<Response [404]>) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.wandb.ai/graphql i can not solve it

Originally posted by @zhouweiqing-star in https://github.com/marlbenchmark/off-policy/issues/3#issuecomment-1049665762

Maxtoq commented 2 years ago

@zhouweiqing-star To answer your question here, I did have some similar problem with WanDB. Do you want to use wandb or not ? If not, you can use the --use_wandb argument in the command line to not use wandb, but Tensorboard instead, as it is explained here https://github.com/marlbenchmark/off-policy#3train.

zhouweiqing-star commented 2 years ago

Thank you very much for your answer. I'll try it myself.

zhouweiqing-star commented 2 years ago

@zhouweiqing-star To answer your question here, I did have some similar problem with WanDB. Do you want to use wandb or not ? If not, you can use the --use_wandb argument in the command line to not use wandb, but Tensorboard instead, as it is explained here https://github.com/marlbenchmark/off-policy#3train.

Thank you very much for your answer. I'll try it myself.