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

[rllib] Fixed calculation of num_steps_trained for multi_gpu_optimizer #4364

Merged
merged 1 commit into from
Mar 15, 2019

Conversation

SieversLeon
Copy link
Contributor

Previously, multi_gpu_optimizer calculated the num_steps_trained as num_steps_trained = num_steps_sampled which is often not far off but still wrong. Also tuples_per_device is now an integer.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@SieversLeon SieversLeon changed the title Fixed calculation of num_steps_trained for multi_gpu_optimizer [tune] Fixed calculation of num_steps_trained for multi_gpu_optimizer Mar 14, 2019
@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/Ray-PRB/12872/
Test FAILed.

@richardliaw richardliaw changed the title [tune] Fixed calculation of num_steps_trained for multi_gpu_optimizer [rllib] Fixed calculation of num_steps_trained for multi_gpu_optimizer Mar 14, 2019
@ericl ericl merged commit 6b93ec3 into ray-project:master Mar 15, 2019
@ericl
Copy link
Contributor

ericl commented Mar 15, 2019

Merged, thanks!

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

Successfully merging this pull request may close these issues.

3 participants