Skip to content

Commit

Permalink
feat: update benchmark num envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaiejj committed Aug 22, 2023
1 parent f03a95c commit 5f070ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safepo/multi_agent/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def parse_args():
"--total-steps", type=int, default=10000000, help="total number of steps"
)
parser.add_argument(
"--num-envs", type=int, default=1, help="number of environments to run in parallel"
"--num-envs", type=int, default=10, help="number of environments to run in parallel"
)
args = parser.parse_args()

Expand Down

0 comments on commit 5f070ce

Please sign in to comment.