mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 03:59:42 +00:00
Don't use async envs by default (#448)
This commit is contained in:
@@ -120,7 +120,7 @@ eval:
|
|||||||
# `batch_size` specifies the number of environments to use in a gym.vector.VectorEnv.
|
# `batch_size` specifies the number of environments to use in a gym.vector.VectorEnv.
|
||||||
batch_size: 1
|
batch_size: 1
|
||||||
# `use_async_envs` specifies whether to use asynchronous environments (multiprocessing).
|
# `use_async_envs` specifies whether to use asynchronous environments (multiprocessing).
|
||||||
use_async_envs: true
|
use_async_envs: false
|
||||||
|
|
||||||
wandb:
|
wandb:
|
||||||
enable: false
|
enable: false
|
||||||
|
|||||||
Vendored
-5
@@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
fps: 50
|
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:
|
env:
|
||||||
name: aloha
|
name: aloha
|
||||||
task: AlohaInsertion-v0
|
task: AlohaInsertion-v0
|
||||||
|
|||||||
Vendored
-5
@@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
fps: 15
|
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:
|
env:
|
||||||
name: xarm
|
name: xarm
|
||||||
task: XarmLift-v0
|
task: XarmLift-v0
|
||||||
|
|||||||
Reference in New Issue
Block a user