-
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] Offline performance cleanup. #47731
[RLlib; Offline RL] Offline performance cleanup. #47731
Commits on Sep 10, 2024
-
Added reinitialization of the 'batch_iterator' to 'OfflineData.sample…
…'. This was initialized at each iteration and slowed down our 'OfflineData' sampling. Ina ddition tuned all Offline examples for the changes made. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb61c8f - Browse repository at this point
Copy the full SHA eb61c8fView commit details
Commits on Sep 17, 2024
-
Added logic to materialize the data after mapping batches. Furthermor…
…e added an option for users to materialize the dataset if needed and enough memory is available. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a48be61 - Browse repository at this point
Copy the full SHA a48be61View commit details
Commits on Sep 18, 2024
-
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62d8819 - Browse repository at this point
Copy the full SHA 62d8819View commit details -
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 531b526 - Browse repository at this point
Copy the full SHA 531b526View commit details -
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f36c96 - Browse repository at this point
Copy the full SHA 0f36c96View commit details -
Full cleanup of 'OfflineData' and 'OfflineDataPreLearner' using mater…
…ialization and reinitialization of iterators in single-learner mode. Furthermore, changed after-mapping batch size to 1 b/c rows are then 'MultiAgentBatches' of 'train_batch_size_per_learner' environment steps each. In addition added two further options to 'AlgorithmConfig' such that users can control memory usage and performance. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61e44a1 - Browse repository at this point
Copy the full SHA 61e44a1View commit details -
Fixed an error in MARWIL's loss function that ignored basically the v…
…alue function output from 'forward_train' and did therefore not train the value function. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b83dd0b - Browse repository at this point
Copy the full SHA b83dd0bView commit details
Commits on Sep 19, 2024
-
Fixed a test that was failing. When an iterator should be returned an…
…d and is already converted to a generator we need to rebuild it. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4eae101 - Browse repository at this point
Copy the full SHA 4eae101View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a0224 - Browse repository at this point
Copy the full SHA e3a0224View commit details -
Update rllib/algorithms/algorithm_config.py
Co-authored-by: Sven Mika <[email protected]> Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37109e0 - Browse repository at this point
Copy the full SHA 37109e0View commit details -
Update rllib/algorithms/algorithm_config.py
Co-authored-by: Sven Mika <[email protected]> Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e26b53e - Browse repository at this point
Copy the full SHA e26b53eView commit details -
Added suggestions from @sven1977's review.
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 398113b - Browse repository at this point
Copy the full SHA 398113bView commit details -
Fixed a bug with the filesystem in 'OffineData.
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ddd15d - Browse repository at this point
Copy the full SHA 6ddd15dView commit details -
Set offline data test to 'medium' as it timed out constantly. ALso ad…
…ded anonymous filesystem to RLUnplugged example. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 915cce9 - Browse repository at this point
Copy the full SHA 915cce9View commit details
Commits on Sep 20, 2024
-
Optimized number of blocks and increased number of reading actors.
Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18cda9f - Browse repository at this point
Copy the full SHA 18cda9fView commit details
Commits on Sep 24, 2024
-
Fixed some bugs in the MARWIL tests due to some changes in the calcul…
…ation of advantages. Signed-off-by: simonsays1980 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e727f2 - Browse repository at this point
Copy the full SHA 2e727f2View commit details