Minor fix
This commit is contained in:
2
run.py
2
run.py
@@ -52,7 +52,7 @@ logger = logging.getLogger("desktopenv.experiment")
|
|||||||
|
|
||||||
# wandb config
|
# wandb config
|
||||||
### set your wandb api key here
|
### 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:
|
def config() -> argparse.Namespace:
|
||||||
|
|||||||
Reference in New Issue
Block a user