Skip to content

Commit

Permalink
Removes sync mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rk1a committed Sep 28, 2023
1 parent 6f08795 commit 59c1443
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions minetester/scripts/test_loop_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def _init():
env_port=5555 + rank,
server_port=30000 + rank,
base_seed=seed + rank,
sync_port=30010 + rank,
**env_kwargs,
)
# Assign random timelimit to check that resets work properly
Expand All @@ -42,7 +41,6 @@ def _init():
"fov": 72,
"headless": True,
"x_display": x_display,
"sync_dtime": 0.05,
}

# Create a vectorized environment
Expand Down

0 comments on commit 59c1443

Please sign in to comment.