backup wip

This commit is contained in:
Alexander Soare
2024-03-19 18:50:04 +00:00
parent ea17f4ce50
commit 896a11f60e
16 changed files with 169 additions and 138 deletions

View File

@@ -11,8 +11,7 @@ hydra:
seed: 1337
# batch size for TorchRL SerialEnv. Each underlying env will get the seed = seed + env_index
# NOTE: batch size of 1 is not yet supported! This is just a placeholder for future support. See
# `lerobot.common.envs.factory.make_env` for more information.
# NOTE: only diffusion policy supports rollout_batch_size > 1
rollout_batch_size: 1
device: cuda # cpu
prefetch: 4
@@ -20,7 +19,7 @@ eval_freq: ???
save_freq: ???
eval_episodes: ???
save_video: false
save_model: true
save_model: false
save_buffer: false
train_steps: ???
fps: ???
@@ -33,7 +32,7 @@ env: ???
policy: ???
wandb:
enable: false
enable: true
# Set to true to disable saving an artifact despite save_model == True
disable_artifact: false
project: lerobot

View File

@@ -22,8 +22,8 @@ keypoint_visible_rate: 1.0
obs_as_global_cond: True
eval_episodes: 1
eval_freq: 5000
save_freq: 5000
eval_freq: 10000
save_freq: 100000
log_freq: 250
offline_steps: 1344000