rl-collision-avoidance icon indicating copy to clipboard operation
rl-collision-avoidance copied to clipboard

Output from training

Open juliogodoy opened this issue 4 years ago • 1 comments

Hello, Thank you very much for providing this code. A student and I have been following the training example for Stage1, but when one of the environments reaches the max number of episodes it looks like the code enters an infinite loop, and the other environments do not seem to be continuing their iterations. Is this supposed to occur? if not, what is the expected output after the number of episodes is completed ?

Thanks,

Julio Godoy

juliogodoy avatar Oct 18 '21 01:10 juliogodoy

I think the reason may be the synchronization of processes. Some processes have finished but others are still running, so they will wait for processes whose are finished.

Mealoore avatar Nov 30 '21 03:11 Mealoore