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

Class Args

mbd/rl/train_brax.py:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18@dataclass
19class Args:
20 env_name: str = "halfcheetah"
21
22
23args = tyro.cli(Args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected