-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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; Offline RL] Enable GPU and multi-GPU training for offline algorithms. #47929
base: master
Are you sure you want to change the base?
[RLlib; Offline RL] Enable GPU and multi-GPU training for offline algorithms. #47929
Commits on Oct 8, 2024
-
Enabled GPU and multi-GPU training for offline algorithms and induced…
… a couple more simplifications. Tuned offline examples to the new settings. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa6f6f8 - Browse repository at this point
Copy the full SHA fa6f6f8View commit details -
Added gpu tests for offline algorithms.
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7c2335 - Browse repository at this point
Copy the full SHA a7c2335View commit details -
Some minor changes in docstrings.
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd322ba - Browse repository at this point
Copy the full SHA bd322baView commit details -
Fixed some minor bugs in setup of 'OfflineLearner' and 'OfflinePreLea…
…rner'. Removed 'NumpyToTensor' connector from learner connector prior to 'OfflinePreLearner'. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c612eea - Browse repository at this point
Copy the full SHA c612eeaView commit details -
Fixed a couple of small nits in 'test_marwil' due to changes in learn…
…er connector. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4a0f77 - Browse repository at this point
Copy the full SHA a4a0f77View commit details -
Apply suggestions from code review
Signed-off-by: Sven Mika <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21039a8 - Browse repository at this point
Copy the full SHA 21039a8View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f320c66 - Browse repository at this point
Copy the full SHA f320c66View commit details -
Added extra CPU to offline GPU tests because tests were failing due t…
…o resources not avilable. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dcd344 - Browse repository at this point
Copy the full SHA 5dcd344View commit details -
Merge branch 'offline-enable-gpu-training' of github.com:simonsays198…
…0/ray into offline-enable-gpu-training
Configuration menu - View commit details
-
Copy full SHA for ec4d65c - Browse repository at this point
Copy the full SHA ec4d65cView commit details -
Fixed 'OfflinePreLearner' tests.
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bba1346 - Browse repository at this point
Copy the full SHA bba1346View commit details
Commits on Oct 10, 2024
-
Added extra logging information for 'OfflineData'.
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed6c7c1 - Browse repository at this point
Copy the full SHA ed6c7c1View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed170bf - Browse repository at this point
Copy the full SHA ed170bfView commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 348589b - Browse repository at this point
Copy the full SHA 348589bView commit details