When running the evaluation script, I encountered two sequential errors:
1.Initial Error:
File "for_robosuite/evaluate_robosuite.py", line 252, in eval_bc
observation = format_observations(obs, ft, camera_names)
TypeError: format_observations() takes 3 positional arguments but 4 were given
2.After fixing the parameter count mismatch, I now encounter an environment dimension error:
Environment expects input dimension: 37
Actual input dimension: 25
Dimension mismatch prevents further execution