mjlab/scripts/cloud/sweep.yaml
Upstream Snapshot 32a241c28f
Some checks failed
nightly / Test against latest dependencies (py3.10) (push) Has been cancelled
nightly / Test against latest dependencies (py3.13) (push) Has been cancelled
tests / tests (3.13, locked) (push) Has been cancelled
tests / tests (3.13, unlocked) (push) Has been cancelled
tests / pyright (3.10) (push) Has been cancelled
tests / lint-format (push) Has been cancelled
tests / tests (3.10, locked) (push) Has been cancelled
tests / tests (3.11, locked) (push) Has been cancelled
tests / tests (3.12, locked) (push) Has been cancelled
tests / pyright (3.11) (push) Has been cancelled
tests / pyright (3.12) (push) Has been cancelled
tests / pyright (3.13) (push) Has been cancelled
tests / ty-check (3.10) (push) Has been cancelled
tests / ty-check (3.11) (push) Has been cancelled
tests / ty-check (3.12) (push) Has been cancelled
tests / ty-check (3.13) (push) Has been cancelled
tests / stubs (push) Has been cancelled
tests / smoke-test (push) Has been cancelled
Docker / check_paths (push) Has been cancelled
docs / build (push) Has been cancelled
Docker / build (push) Has been cancelled
Import upstream snapshot c19f713c415a699a79d71cd96aa13c3104a05047
Upstream: https://github.com/michaelgillett/mjlab
Upstream-Commit: c19f713c415a699a79d71cd96aa13c3104a05047
Upstream-Branch: main
2026-08-28 15:42:17 +08:00

38 lines
686 B
YAML

# Example W&B sweep configuration. Customize the task, parameters, and
# search space for your own experiment.
#
# Usage:
# ./scripts/cloud/sweep-launch.sh A100:4
name: velocity-lr-entropy-sweep
project: mjlab
program: train
method: random
metric:
name: Train/mean_reward
goal: maximize
parameters:
agent.algorithm.learning-rate:
distribution: log_uniform_values
min: 1e-4
max: 1e-2
agent.algorithm.entropy-coef:
distribution: log_uniform_values
min: 0.001
max: 0.1
command:
- ${env}
- uv
- run
- ${program}
- Mjlab-Velocity-Flat-Unitree-G1
- --env.scene.num-envs
- "4096"
- --agent.max-iterations
- "6000"
- ${args}
run_cap: 8