-
Notifications
You must be signed in to change notification settings - Fork 255
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
Always fails to execute the action, and it responds with 'nothing happens'. #41
Comments
I guess maybe the LLM is simulating the conversation itself.The content before "Nothing happens" are all produced by the LLM, but are not the interaction between LLM and the environment. |
No, "No happens" is indeed the result of the environment return, I also encountered this problem, I wonder if you have solved it? |
@TuZzzz1 @prettystar0203 @Zxy-MLlab Hello, I successfully got it to display but it always displays 'Nothing happens'. Details are as follows: You are in the middle of a room. Looking quickly around you, you see a cabinet 6, a cabinet 5, a cabinet 4, a cabinet 3, a cabinet 2, a cabinet 1, a coffeemachine 1, a countertop 3, a countertop 2, a countertop 1, a drawer 3, a drawer 2, a drawer 1, a fridge 1, a garbagecan 1, a microwave 1, a shelf 3, a shelf 2, a shelf 1, a sinkbasin 1, a stoveburner 4, a stoveburner 3, a stoveburner 2, a stoveburner 1, and a toaster 1. Could you help me solve this? Thank you very much! |
|
For example, like this.This is from my trial_0.log:
go to drawer 2
Nothing happens.
go to drawer 2
On the drawer 2, you see a pencil 1.
think: I need to keep looking for the bowl. Let's try drawer 3.
Nothing happens.
【go to drawer 3
Nothing happens.
go to drawer 3
Nothing happens.】
I would like to know if I am doing something wrong, and I would be very grateful if you could help me solve this issue.
The text was updated successfully, but these errors were encountered: