Minor fix

This commit is contained in:
Timothyxxx
2024-03-18 15:02:22 +08:00
parent c1c7ac298f
commit a145b97bd0

2
run.py
View File

@@ -52,7 +52,7 @@ logger = logging.getLogger("desktopenv.experiment")
# wandb config
### set your wandb api key here
wandb.login(key=os.get("WANDB_API_KEY", None))
wandb.login(key=os.environ.get("WANDB_API_KEY", None))
def config() -> argparse.Namespace: