Skip to content

Commit

Permalink
Update cleanrl/ppo_atari_accelerate.py
Browse files Browse the repository at this point in the history
Co-authored-by: Costa Huang <costa.huang@outlook.com>
  • Loading branch information
edbeeching and vwxyzjn authored Feb 13, 2024
1 parent f7cd970 commit ea6fc99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cleanrl/ppo_atari_accelerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ class Args:
"""the mini-batch size (computed in runtime)"""
num_iterations: int = 0
"""the number of iterations (computed in runtime)"""
world_size: int = 0
"""the number of processes (computed in runtime)"""


def make_env(env_id, idx, capture_video, run_name):
Expand Down

0 comments on commit ea6fc99

Please sign in to comment.