Artifacts
model
No artifacts found.
1 - 10 of 184
wandb-history
1 - 10 of 490
Empty Artifact
run_1zb1xyz1_checkpoint has no versions.

Use wandb.log_artifact
to add a version to this Artifact.
import wandb
wandb.init(entity='tianshou', project='atari.benchmark')
art = wandb.Artifact('run_1zb1xyz1_checkpoint', type='model')
# ... add content to artifact ...
wandb.log_artifact(art)