-
Notifications
You must be signed in to change notification settings - Fork 103
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
dose the code support MPI to speed up the training? #98
Comments
APE-X type of parallelization which uses multiprocessing API has already been implemented. Sometimes this speeds up training, but it depends on type of the environment and policy you use. |
@keiohta Thanks a lot. I want to run GAIL, but with the "--help", I still do not know how to config the number of cpu. In addition, does the spectral normalization help to improve the performance of GAIL? |
@zhihaocheng Sorry for late reply.
I'm sure it improves the performance. Please find below link and compare "accuracy" of discriminator. The lower (closer to 0.5, where discriminator cannot judge whether the inputs come from expert or current agent) the better. |
@keiohta thanks for your detailed reply, it is really helpful to me. |
No description provided.
The text was updated successfully, but these errors were encountered: