mila-iqia / babyai

BabyAI platform. A testbed for training agents to understand and execute language commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

> Thanks

chitwansaharia opened this issue · comments

@rizar

Thanks

Even in the instructions like Pickup the blue ball and go to the red ball, you still need to remove the drop subgoal even if the pickup is not the last thing that needs to be done.
A possible solution I can think of is post-processing stack inserting drop subgoal between every two Pickups (inserting it just before latter Pickup subgoal). Do you think this approach is okay ? @rizar

Originally posted by @chitwansaharia in #80 (comment)