Skip to content

Avatars Not Switched When Starting New Episode #38

@wangzhengboo

Description

@wangzhengboo

Hi! Thanks for your great work. I found a bug where avatars aren't switched when starting a new episode. I modified the code in eval.py like this:

dataset_split_episode = dataset_split.get_splits(len(dataset_split.episodes))
for cur_dataset in dataset_split_episode:
    env.evaluate_agent(deepcopy(config), cur_dataset)

The best way to optimize the code would be modifying your _switch_avatar function, but since I'm not very familiar with Habitat's internal implementation, I've used this simple but working approach instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions