Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRL-Lab/Wandb_Tutorial
/ run
Method
run
sweep/cnn/test_sweep.py:31–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
self.args = args
30
31
def
run(self):
32
all_args = parse(self.args)
33
random.seed(all_args.seed)
34
wandb.agent(self.sweep_id, function=train)
35
36
37
def
make_program(sweep_worker_num,args,sweep_id):
Callers
nothing calls this directly
Calls
1
parse
Function · 0.70
Tested by
no test coverage detected