RedTachyon / cpr_reputation

0 stars 0 forks source link

Management refactor #51

Closed bengreenberg5 closed 3 years ago

bengreenberg5 commented 3 years ago
quinn-dougherty commented 3 years ago
quinn-dougherty commented 3 years ago

TODO

RedTachyon commented 3 years ago
hyperparameter_defaults = dict(
    gamma=0.99,
    eta=0.0,
    seed=0
)

wandb.init(project="<project-name>",
           name="<run-name>",
           entity="marl-cpr",
           sync_tensorboard=True,
           monitor_gym=True,
           config=hyperparameter_defaults)

config = wandb.config
bengreenberg5 commented 3 years ago
RedTachyon commented 3 years ago

Does the video recording component work? In that case I think this can be merged, if nothing else then to make it a bit more tidy w.r.t. branches