RAGEN / cleanrl /benchmark /sac_atari.sh
Harryis's picture
Add files using upload-large-folder tool
13621bf verified
Raw
History Blame Contribute Delete
259 Bytes
uv pip install ".[atari]"
OMP_NUM_THREADS=1 python -m cleanrl_utils.benchmark \
--env-ids PongNoFrameskip-v4 BreakoutNoFrameskip-v4 BeamRiderNoFrameskip-v4 \
--command "uv run python cleanrl/sac_atari.py --track" \
--num-seeds 3 \
--workers 2