Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output from training #24

Open
juliogodoy opened this issue Oct 18, 2021 · 1 comment
Open

Output from training #24

juliogodoy opened this issue Oct 18, 2021 · 1 comment

Comments

@juliogodoy
Copy link

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

@Mealoore
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants