Skip to content

Commit

Permalink
new lix run id
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyotech committed Feb 15, 2023
1 parent ebfd7a1 commit 9811232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learner_lix.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
ent_coef=0.01,
)

run_id = "lix_run1.00"
run_id = "lix_run2.00"
wandb.login(key=os.environ["WANDB_KEY"])
logger = wandb.init(dir="./wandb_store",
name="Lix_Run1.00",
name="Lix_Run2.00",
project="Opti",
entity="kaiyotech",
id=run_id,
Expand Down

0 comments on commit 9811232

Please sign in to comment.