Skip to content

Hydra/OmegaConf structured-config type error #91

Description

@SzeYuanHo

I am trying to setup vlfm for a student project but I am encountering the following error when running an evaluation:

Invalid type assigned: str is not a subclass of PolicyConfig. value: HabitatITMPolicyV2
full_key: habitat_baselines.rl.policy.name
reference_type=Dict[str, PolicyConfig]
object_type=dict

(the configuration under habitat_baselines.rl.policy.name is set to HabitatITMPolicyV2, a string, but the code expects it to be an instance of a PolicyConfig class or its subclass.)

Could I get some help with this please or check if it is a common issue. Do let me know if I should provide more information, thank you!

:(

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