-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels