Deployed 6a66208 with MkDocs version: 1.6.1
This commit is contained in:
parent
3cd3e9ea81
commit
635f59cb32
20 changed files with 917 additions and 89 deletions
|
|
@ -107,6 +107,9 @@ def main(dict_cfg: DictConfig) -> None:
|
|||
action_mask=action_mask,
|
||||
output_path=output_path,
|
||||
camera_id=sim_cfg.camera_id,
|
||||
width=sim_cfg.video_width,
|
||||
height=sim_cfg.video_height,
|
||||
fps=sim_cfg.video_fps,
|
||||
)
|
||||
|
||||
save_evaluation_metadata(
|
||||
|
|
|
|||
Reference in a new issue