MCPcopy Create free account
hub / github.com/OpenRL-Lab/Wandb_Tutorial / __init__

Method __init__

sweep/launchpad/test_sweep.py:33–35  ·  view source on GitHub ↗
(self, args, sweep_id)

Source from the content-addressed store, hash-verified

31
32class SweepWorker():
33 def __init__(self, args, sweep_id):
34 self.sweep_id = sweep_id
35 self.args = args
36
37 def run(self):
38 all_args = parse(self.args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected