mila-iqia / babyai

BabyAI platform. A testbed for training agents to understand and execute language commands.
BSD 3-Clause "New" or "Revised" License
700 stars 146 forks source link

> Thanks #85

Closed chitwansaharia closed 5 years ago

chitwansaharia commented 5 years ago

@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 https://github.com/mila-iqia/babyai/issues/80#issuecomment-524021332