You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did troubleshoot it further and here my findings.
This happens on windows only.
The issue is a mix of the following:
rlclientlib opens the result file in exclusive mode, which leads to windows not showing the file size until the end.
rl.net.cli even when in data size mode, it reports progress in terms of number of decisions.
This means there's no reasonable way to assess how far a run is, which is not particularly helpful when you have a run that could take close to an hour.
The outcome of this investigation is that rl.net.cli should report progress by the same unit it will terminate execution and maybe show completion percentages for those of us that are both impatient and anxious.
Whether rl.client.lib should open the output file in shared more or not is a more complex question as it deviates from the standard open mode in windows and I can't easily tell what could go wrong.
I'm using this rl.net.cli command:
With the following client.json:
No data is produced and no error is reported after 10 minutes.
The text was updated successfully, but these errors were encountered: