-
Notifications
You must be signed in to change notification settings - Fork 17
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
Labs 2,3,4,5 submission #9
base: main
Are you sure you want to change the base?
Conversation
Hej! I have fixed my errors in the lab session today, thank you! |
Hey! If you have updated your code, try uploading the new version to your repo, I'll take a look :) |
All right! I have updated my code in my branch now, thank you:) |
Hey! The machine works, but there are important fixes to be made:
Send me a message if you need help with this! |
Hey, thanks for your advice! For the first bug, I have fixed it and given more tolerance for state transitions, just as my report said about limitations. To be specific, if the answer is out of grammar or "NoReply" for 5 seconds, the machine will be transferred to the proper state. I also tuned the utterances to make the conversation more fluent. For the second one, I tested it with a deny answer yesterday and it worked; I think the stop may be caused by failed recognition, which goes back to bug1. In all, I have fixed my machine as much as I can and updated it now. Hope you can enjoy it! *For optimizing the code, I have some questions:
Thank you! |
389c1aa
to
f89ca27
Compare
Nice work!! |
For lab 5, help cannot be obtained at every single step, but you kind of solve it with the "I don't understand" (out of grammar) state, which clarifies what the user can say at any point, and I think that's good! |
I tried to complete all the tasks, and I hope the pulled version is a syntax complete one. But I did encounter some errors and limitations when I wanted to execute the tasks. I hope you can review my code and give me a solution to error3, thank you!