Skip to content

Commit

Permalink
Don't use async envs by default (huggingface#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-soare authored Sep 20, 2024
1 parent c712d68 commit 9257348
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion lerobot/configs/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ eval:
# `batch_size` specifies the number of environments to use in a gym.vector.VectorEnv.
batch_size: 1
# `use_async_envs` specifies whether to use asynchronous environments (multiprocessing).
use_async_envs: true
use_async_envs: false

wandb:
enable: false
Expand Down
5 changes: 0 additions & 5 deletions lerobot/configs/env/aloha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

fps: 50

eval:
# `use_async_envs` specifies whether to use asynchronous environments (multiprocessing).
# set it to false to avoid some problems of the aloha env
use_async_envs: false

env:
name: aloha
task: AlohaInsertion-v0
Expand Down
5 changes: 0 additions & 5 deletions lerobot/configs/env/xarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

fps: 15

eval:
# `use_async_envs` specifies whether to use asynchronous environments (multiprocessing).
# set it to false to avoid some problems of the aloha env
use_async_envs: false

env:
name: xarm
task: XarmLift-v0
Expand Down

0 comments on commit 9257348

Please sign in to comment.