-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some issues currently #17
Comments
Did you reproduce this codebase without any bugs?I'm trying to reproduce it, but get a lot "Nothing Happens" |
@lxsy-xcy No i did a lot of modification before it works, and still has lots of bugs |
Sorry to hear that |
I've successfully reproduced it, but I also received a lot of 'Nothing Happens' (almost all of the observations) while evaluating the 'eval_in_distribution' split. Is this normal? There are 0 plan in completed_plans |
@charlotteannchen I believe Nothing Happens is because of the natural language instruction output by the model is in the wrong format. In my installation of alfworld, it should look like "go to fridge 1", "take spoon 1" or whatever, iirc. You gotta search what the correct grammar is in your installation tho |
Hi, there is an error with the underlying simulator (i.e. simulator can't locate the object). So we reverted the code to only generated high-level plans for now. We are working on a fix right now. In the meantime, I recommend a recently released codebase (https://github.com/lbaa2022/LLMTaskPlanning) that covers a similar functionality. Thanks for the interest! |
Hi,
Just fyi:
Also have you experimented with temperature in text generation, to avoid loops where the agent assist on doing something wrong?
The text was updated successfully, but these errors were encountered: