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

Method run

sweep/launchpad/test_sweep.py:37–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.args = args
36
37 def run(self):
38 all_args = parse(self.args)
39 random.seed(all_args.seed)
40 wandb.agent(self.sweep_id, function=train)
41 time.sleep(5)
42 lp.stop()
43
44
45def make_program(sweep_worker_num,args,sweep_id):

Callers

nothing calls this directly

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected