mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-26 05:59:52 +00:00
659c69a1c0
Co-authored-by: Alexander Soare <alexander.soare159@gmail.com>
26 lines
412 B
YAML
26 lines
412 B
YAML
# @package _global_
|
|
|
|
eval_episodes: 50
|
|
eval_freq: 7500
|
|
save_freq: 75000
|
|
log_freq: 250
|
|
# TODO: same as xarm, need to adjust
|
|
offline_steps: 25000
|
|
online_steps: 25000
|
|
|
|
fps: 50
|
|
|
|
dataset:
|
|
repo_id: lerobot/aloha_sim_insertion_human
|
|
|
|
env:
|
|
name: aloha
|
|
task: AlohaInsertion-v0
|
|
from_pixels: True
|
|
pixels_only: False
|
|
image_size: [3, 480, 640]
|
|
episode_length: 400
|
|
fps: ${fps}
|
|
state_dim: 14
|
|
action_dim: 14
|