Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 602 Bytes

ATARI_ENVPOOL.md

File metadata and controls

18 lines (13 loc) · 602 Bytes

How to run:

  • Pong
poetry install -E envpool
poetry run pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
poetry run python runner.py --train --file rl_games/configs/atari/ppo_pong_envpool.yaml

Results:

  • Pong-v5 2 minutes training time to achieve 20+ score. Pong
  • Breakout-v3 15 minutes training time to achieve 400+ score. Breakout