MCPcopy Create free account
hub / github.com/LeCAR-Lab/model-based-diffusion / Args

Class Args

mbd/scripts/run_mbd.py:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9@dataclass
10class Args:
11 algo: str = "mbd" # path_integral, mbd
12 update_method: str = "mppi" # softmax, cma-es, cem
13 mode: str = "seed" # temp
14 env_name: str = "ant"
15
16
17def run_multiple_seed(args: Args):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected