Skip to content

Environment Dimension Mismatch Error (Expected 37, Got 25) #6

@xkl-cl

Description

@xkl-cl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions