From: Amandine M. <am...@la...> - 2019-08-30 17:35:09
|
Hello, I have a case in which an intention 1 having a feedback action is suspended by another intention 2. The intention 1 was acting and got a feedback action, but is still suspended. The intention 2 is in a way. In this case, the agent is looping without any sleep, performing dozens of thousands reasoning cycles because canSleep=false (line 235 CentralisedAgArch) because C.hasFeedbackAction=true. But it this case I'm not sure that it makes sense to check the feedback action since selectAction of the TS do not return suspended intentions. Is it the wanted behavior of the system, to get in 20 000 RC in 1 second ? Best, Amandine |