RAGEN / cleanrl /tests /test_utils.py
Harryis's picture
Add files using upload-large-folder tool
358dd8b verified
Raw
History Blame Contribute Delete
261 Bytes
import subprocess
def test_submit_exp_no_build():
subprocess.run(
"uv run python -m cleanrl_utils.submit_exp --docker-tag vwxyzjn/cleanrl:latest --wandb-key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
shell=True,
check=True,
)