alfworld / alfworld

ALFWorld: Aligning Text and Embodied Environments for Interactive Learning
MIT License
323 stars 47 forks source link

How to Make Frame/Observation Text/Task Description Reproducible? #73

Open murray-k opened 2 months ago

murray-k commented 2 months ago

Hi,

When I set the number of training example to 1 and calling reset() multiple times, sometimes the frames after calling reset() are the same but sometimes are not. But I printed out the images, and they looked the same or had only slight difference. Is there a way to make the frame after calling reset() and step() reproducible?

Also, how to make the observation text and task description reproducible? I kept the random seeds the same but it didn't work. I am using textworld==1.6.1 and alfworld==0.3.2.

Thanks!

MarcCote commented 1 month ago

Hi, thanks for reaching out. Can you share code snippet and your config yaml file to reproduce this behavior? Also, this https://github.com/alfworld/alfworld/issues/72 might help you address your issue.