-
-
Notifications
You must be signed in to change notification settings - Fork 88
Description
First of all, thanks for exellent update!
In previous version, and also after updating to commit 927c4ae, execution for me always ended with these errors (see pic). I couldn't figure the reason, but then, after increasing the AutonomousAgent.ts timeout values substantially:
const TIMEOUT_LONG = 100000;
const TIMOUT_SHORT = 80000;
I was able to get a succesful shutdown after all tasks completed.
My setup is not optimal for this kind of things:
arch: AMD64
cpu: Intel64 Family 6 Model 158 Stepping 9,
GPU device: Quadro P4000 (1) (compute_37) (6, 1)
cuda: 11.3
cudnn: 8302
So, maybe having a option to set the timeout in settings for non-coding users might be nice feature, or just have this thing mentioned in faq might be useful for others.
I'll run some more test, and if problem still persiss, I'll let you know.
