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

Function test_sweep

sweep/launchpad/test_sweep.py:62–68  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

60
61
62def test_sweep(args):
63 all_args = parse(args)
64 set_wandb(all_args)
65
66 sweep_id = wandb.sweep(sweep_config)
67 program = make_program(all_args.sweep_worker_num,args,sweep_id)
68 lp.launch(program, launch_type='local_mp')
69
70if __name__ == '__main__':
71 test_sweep(sys.argv[1:])

Callers 1

test_sweep.pyFile · 0.70

Calls 3

parseFunction · 0.70
set_wandbFunction · 0.70
make_programFunction · 0.70

Tested by

no test coverage detected