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

Method __init__

sweep/cnn/test_sweep.py:27–29  ·  view source on GitHub ↗
(self, args, sweep_id)

Source from the content-addressed store, hash-verified

25
26class SweepWorker():
27 def __init__(self, args, sweep_id):
28 self.sweep_id = sweep_id
29 self.args = args
30
31 def run(self):
32 all_args = parse(self.args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected