The robot says: from what country does this recipe come from
Your next Input:italy
Keyword 0: italy
dm.RecipeLearningState
The robot says: tell me the first ingredient
Your next Input:rice
Keyword 0: rice
dm.RecipeLearningState
The robot says: And what is the next ingredient
Your next Input:pork canteen today
Keyword 0: pork
Keyword 1: canteen
Keyword 2: today
Then it never returns anything beyond that.
When I change to RA it works just fine (try the last line with how make blabla and it goes to RA), but with CR doesn't work.
I don't have any while loops or smth like that in RL, any idea where the error is?
The robot says: from what country does this recipe come from Your next Input:italy Keyword 0: italy dm.RecipeLearningState The robot says: tell me the first ingredient Your next Input:rice Keyword 0: rice dm.RecipeLearningState The robot says: And what is the next ingredient Your next Input:pork canteen today Keyword 0: pork Keyword 1: canteen Keyword 2: today
Then it never returns anything beyond that. When I change to RA it works just fine (try the last line with how make blabla and it goes to RA), but with CR doesn't work. I don't have any while loops or smth like that in RL, any idea where the error is?