chore: inherit lewm dataset settings from agent config

This commit is contained in:
Logic
2026-04-17 19:33:08 +08:00
parent 395f5a1645
commit d8066823e2

View File

@@ -11,6 +11,8 @@ dataset_dir: "roboimi/demos/dataset/sim_transfer"
# ==================== # ====================
pred_horizon: ${agent.pred_horizon} # 预测步数 pred_horizon: ${agent.pred_horizon} # 预测步数
obs_horizon: ${agent.obs_horizon} # 观测步数 obs_horizon: ${agent.obs_horizon} # 观测步数
lewm_history_horizon: ${oc.select:agent.lewm_history_horizon,null}
lewm_query_offsets: ${oc.select:agent.lewm_query_offsets,null}
# ==================== # ====================
# 相机配置 # 相机配置