We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cc5f2 commit 26ea12dCopy full SHA for 26ea12d
scripts/create_mujoco_jobs.py
@@ -49,7 +49,7 @@
49
]
50
args = list(map(str, args))
51
52
- command = " ".join(["python", "-u", "train.py", *args])
+ command = " ".join(["python", "-u", "train.py", *args]) # type: ignore[list-item]
53
54
ok = subprocess.call(["sbatch", "cluster_torchy.sh", algo, env_id, "ablation", command])
55
time.sleep(0.05)
0 commit comments