-
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] PPO torch RLTrainer #31801
[RLlib] PPO torch RLTrainer #31801
Commits on Jan 10, 2023
-
added quick cleanups to trainer_runner.
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 28679ca - Browse repository at this point
Copy the full SHA 28679caView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for a2f9439 - Browse repository at this point
Copy the full SHA a2f9439View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for d8b36c1 - Browse repository at this point
Copy the full SHA d8b36c1View commit details
Commits on Jan 11, 2023
-
Merge branch 'master' into trainer-runner-quick-cleanups
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for d24bff5 - Browse repository at this point
Copy the full SHA d24bff5View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 2b67577 - Browse repository at this point
Copy the full SHA 2b67577View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for fe60e20 - Browse repository at this point
Copy the full SHA fe60e20View commit details
Commits on Jan 12, 2023
-
started to create torch_rl_trainer
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 916d674 - Browse repository at this point
Copy the full SHA 916d674View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 71026e5 - Browse repository at this point
Copy the full SHA 71026e5View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for ae61014 - Browse repository at this point
Copy the full SHA ae61014View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef1ffb8 - Browse repository at this point
Copy the full SHA ef1ffb8View commit details
Commits on Jan 13, 2023
-
Merge branch 'master' into torch-trainer
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for f393cea - Browse repository at this point
Copy the full SHA f393ceaView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 16f64f9 - Browse repository at this point
Copy the full SHA 16f64f9View commit details -
wip: trainer_runner multi-gpu test
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 9719518 - Browse repository at this point
Copy the full SHA 9719518View commit details
Commits on Jan 14, 2023
-
torch version runs but the parameters are not synced
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 77730d8 - Browse repository at this point
Copy the full SHA 77730d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97573dc - Browse repository at this point
Copy the full SHA 97573dcView commit details
Commits on Jan 17, 2023
-
got the multi-gpu gradient sync up working
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 091c406 - Browse repository at this point
Copy the full SHA 091c406View commit details -
fixed add/remove multi-gpu tests
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for a42b0f1 - Browse repository at this point
Copy the full SHA a42b0f1View commit details -
moved the DDPRLModuleWrapper outside of RLTrainer + lint
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 62fe11f - Browse repository at this point
Copy the full SHA 62fe11fView commit details -
merged tf and torch train_runner tests
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 2cc5185 - Browse repository at this point
Copy the full SHA 2cc5185View commit details
Commits on Jan 18, 2023
-
fixed trainer_runner auto-scaling on a cluster where autoscaling is e…
…nabled Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 435c352 - Browse repository at this point
Copy the full SHA 435c352View commit details -
fix rl_trainer unittest failures.
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for ff845c3 - Browse repository at this point
Copy the full SHA ff845c3View commit details -
2. don't do numpy conversion for batch on the base class Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7c3eed7 - Browse repository at this point
Copy the full SHA 7c3eed7View commit details -
removed in_test from the production code
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for d56ce2c - Browse repository at this point
Copy the full SHA d56ce2cView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 200b5f7 - Browse repository at this point
Copy the full SHA 200b5f7View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for f747e50 - Browse repository at this point
Copy the full SHA f747e50View commit details -
renamed make_distributed to make_distributed_module
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7ce81f0 - Browse repository at this point
Copy the full SHA 7ce81f0View commit details -
fixed test torch rl_trainer lint
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for b2ddd2d - Browse repository at this point
Copy the full SHA b2ddd2dView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 5bc625c - Browse repository at this point
Copy the full SHA 5bc625cView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 3302db7 - Browse repository at this point
Copy the full SHA 3302db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5455e29 - Browse repository at this point
Copy the full SHA 5455e29View commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2d042f - Browse repository at this point
Copy the full SHA a2d042fView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for b9159a8 - Browse repository at this point
Copy the full SHA b9159a8View commit details -
Merge branch 'master' into torch-trainer
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for f3edd50 - Browse repository at this point
Copy the full SHA f3edd50View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 2aec198 - Browse repository at this point
Copy the full SHA 2aec198View commit details -
fixed the scaling config and in_test issues introduced after the merge.
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 873cdd5 - Browse repository at this point
Copy the full SHA 873cdd5View commit details -
fixed the scaling config and in_test issues introduced after the merge.
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 13e19aa - Browse repository at this point
Copy the full SHA 13e19aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b72e4 - Browse repository at this point
Copy the full SHA 68b72e4View commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca3e225 - Browse repository at this point
Copy the full SHA ca3e225View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3b335 - Browse repository at this point
Copy the full SHA ff3b335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3234aaf - Browse repository at this point
Copy the full SHA 3234aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b99ee - Browse repository at this point
Copy the full SHA 15b99eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9ae92 - Browse repository at this point
Copy the full SHA 8b9ae92View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb82e67 - Browse repository at this point
Copy the full SHA eb82e67View commit details -
fixed trainer_runner config test
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for dac0d6b - Browse repository at this point
Copy the full SHA dac0d6bView commit details -
removed the stuff that got moved to SARLTrainer made easy PR
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for cfdaa04 - Browse repository at this point
Copy the full SHA cfdaa04View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7b5938b - Browse repository at this point
Copy the full SHA 7b5938bView commit details -
removed the override decorator for nn.Module
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for f4cbe5a - Browse repository at this point
Copy the full SHA f4cbe5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fb749c - Browse repository at this point
Copy the full SHA 9fb749cView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 9645137 - Browse repository at this point
Copy the full SHA 9645137View commit details -
fixed import torch in bc_module.py
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for eac5223 - Browse repository at this point
Copy the full SHA eac5223View commit details -
fixed the bazel bug where the working directory gets switched to wher…
…e the unittest is locateed and import torch would import the relative torch module instead of the global torch moduel Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 0baa3cf - Browse repository at this point
Copy the full SHA 0baa3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78860f8 - Browse repository at this point
Copy the full SHA 78860f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c125e20 - Browse repository at this point
Copy the full SHA c125e20View commit details
Commits on Jan 21, 2023
-
Merge branch 'master' into ppo-torch-trainer
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 5aaa603 - Browse repository at this point
Copy the full SHA 5aaa603View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for c77be0c - Browse repository at this point
Copy the full SHA c77be0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6f511 - Browse repository at this point
Copy the full SHA 0e6f511View commit details
Commits on Jan 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1778c44 - Browse repository at this point
Copy the full SHA 1778c44View commit details
Commits on Jan 24, 2023
-
added dataclass specs for RLModule and MARLModule for easier construc…
…tion from RLTrainer side Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 4bdd949 - Browse repository at this point
Copy the full SHA 4bdd949View commit details -
test trainer runner local passed
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 58bbe82 - Browse repository at this point
Copy the full SHA 58bbe82View commit details -
add_module() api is now update to accept a module_spec instead of mod…
…ule_Cclass and module_kwargs Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 93b27ec - Browse repository at this point
Copy the full SHA 93b27ecView commit details -
get_trainer_runner_config() now gets an optional ModuleSpec object
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7aaee18 - Browse repository at this point
Copy the full SHA 7aaee18View commit details -
Algorithm can now construct the trainer_runner based on the policy_maps
created on local_worker Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7c831d3 - Browse repository at this point
Copy the full SHA 7c831d3View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for d3d610e - Browse repository at this point
Copy the full SHA d3d610eView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 97acdb7 - Browse repository at this point
Copy the full SHA 97acdb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ccf54 - Browse repository at this point
Copy the full SHA f3ccf54View commit details -
fixed the unittest for ppo_rl_trainer
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 93f3ce9 - Browse repository at this point
Copy the full SHA 93f3ce9View commit details
Commits on Jan 25, 2023
-
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for c58293a - Browse repository at this point
Copy the full SHA c58293aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f36f0d - Browse repository at this point
Copy the full SHA 3f36f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77ff585 - Browse repository at this point
Copy the full SHA 77ff585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87bda01 - Browse repository at this point
Copy the full SHA 87bda01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6346a20 - Browse repository at this point
Copy the full SHA 6346a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5106f - Browse repository at this point
Copy the full SHA eb5106fView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for b2c01ad - Browse repository at this point
Copy the full SHA b2c01adView commit details -
removed left out api get_weight()
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for ea3d9c6 - Browse repository at this point
Copy the full SHA ea3d9c6View commit details
Commits on Jan 26, 2023
-
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 45830c6 - Browse repository at this point
Copy the full SHA 45830c6View commit details -
trying out a new configuration pattern for trainer runner and rl trai…
…ners Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 94ca772 - Browse repository at this point
Copy the full SHA 94ca772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ac2fb - Browse repository at this point
Copy the full SHA 29ac2fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4714e20 - Browse repository at this point
Copy the full SHA 4714e20View commit details
Commits on Jan 27, 2023
-
rl_trainer tf test passes again
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for abd5e5e - Browse repository at this point
Copy the full SHA abd5e5eView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for a44c370 - Browse repository at this point
Copy the full SHA a44c370View commit details -
trainer_runner_config test works too
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for e496fcc - Browse repository at this point
Copy the full SHA e496fccView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 477795d - Browse repository at this point
Copy the full SHA 477795dView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 58fe5df - Browse repository at this point
Copy the full SHA 58fe5dfView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for d5bcd3b - Browse repository at this point
Copy the full SHA d5bcd3bView commit details
Commits on Jan 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8841d1 - Browse repository at this point
Copy the full SHA d8841d1View commit details -
renamed the classes and variables to backend
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 026899e - Browse repository at this point
Copy the full SHA 026899eView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for f04e99d - Browse repository at this point
Copy the full SHA f04e99dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d280887 - Browse repository at this point
Copy the full SHA d280887View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 97d80b1 - Browse repository at this point
Copy the full SHA 97d80b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85387e5 - Browse repository at this point
Copy the full SHA 85387e5View commit details
Commits on Jan 29, 2023
-
fix the lint and tf_dependency test issue via adding tf stubs
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 1a70b6e - Browse repository at this point
Copy the full SHA 1a70b6eView commit details -
wip on unittest trianer_runner
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 317a9fd - Browse repository at this point
Copy the full SHA 317a9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc9b02 - Browse repository at this point
Copy the full SHA cbc9b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 869717e - Browse repository at this point
Copy the full SHA 869717eView commit details -
test_trainer_runner updated to support all variations of scaling config
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for defa5f1 - Browse repository at this point
Copy the full SHA defa5f1View commit details -
removed test trainer runner local and moved it to test_trainer_runner.py
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for e0a0bcf - Browse repository at this point
Copy the full SHA e0a0bcfView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for cf4041e - Browse repository at this point
Copy the full SHA cf4041eView commit details -
1. Removed tf due to flakiness from test_trainer_runner
2. Moved the logic of trainerScalingConfig into the object instead of using a separate torch/tf specific dataclass. Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for d4cd654 - Browse repository at this point
Copy the full SHA d4cd654View commit details -
removed backend class definitions
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 54eb315 - Browse repository at this point
Copy the full SHA 54eb315View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 1c826db - Browse repository at this point
Copy the full SHA 1c826dbView commit details -
introed FrameworkHPs to differebntiate between tf/torch specific stuf…
…f vs. algorithm specific stuff Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for e8cf7e1 - Browse repository at this point
Copy the full SHA e8cf7e1View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 2ea3a4d - Browse repository at this point
Copy the full SHA 2ea3a4dView commit details
Commits on Jan 30, 2023
-
Merge branch 'trainer-runner-scaling-config' into ppo-torch-trainer
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 92dd832 - Browse repository at this point
Copy the full SHA 92dd832View commit details -
addressed comments and fixed some introduced bug
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for fd84f7a - Browse repository at this point
Copy the full SHA fd84f7aView commit details -
Merge branch 'master' into ppo-torch-trainer
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 4c38455 - Browse repository at this point
Copy the full SHA 4c38455View commit details -
fix from_worker_or_trainer renaming issue
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for d40c48d - Browse repository at this point
Copy the full SHA d40c48dView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for b0fed29 - Browse repository at this point
Copy the full SHA b0fed29View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for b92eee9 - Browse repository at this point
Copy the full SHA b92eee9View commit details
Commits on Jan 31, 2023
-
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 1c3ccb5 - Browse repository at this point
Copy the full SHA 1c3ccb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c9fca - Browse repository at this point
Copy the full SHA 37c9fcaView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 1687241 - Browse repository at this point
Copy the full SHA 1687241View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for d3ee81a - Browse repository at this point
Copy the full SHA d3ee81aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24abebd - Browse repository at this point
Copy the full SHA 24abebdView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 3ff0668 - Browse repository at this point
Copy the full SHA 3ff0668View commit details -
[release] minor fix to pytorch_pbt_failure test when using gpu. (ray-…
…project#32070) Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d91eca5 - Browse repository at this point
Copy the full SHA d91eca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b209be - Browse repository at this point
Copy the full SHA 5b209beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 833e491 - Browse repository at this point
Copy the full SHA 833e491View commit details -
error out when no agent is passed in in the indepenent MARL case
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for e29021d - Browse repository at this point
Copy the full SHA e29021dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d113d3a - Browse repository at this point
Copy the full SHA d113d3aView commit details -
1. set resources for trainable 2. convert_to_numpy weights on RLTrain…
…er get_weights() Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for f28a385 - Browse repository at this point
Copy the full SHA f28a385View commit details -
added examples as a unittest to BUILD kite
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 993932f - Browse repository at this point
Copy the full SHA 993932fView commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 05c8297 - Browse repository at this point
Copy the full SHA 05c8297View commit details
Commits on Feb 1, 2023
-
removed the wrong tag from docs
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 839ff90 - Browse repository at this point
Copy the full SHA 839ff90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 320b116 - Browse repository at this point
Copy the full SHA 320b116View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 8466fc8 - Browse repository at this point
Copy the full SHA 8466fc8View commit details
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c4f7cc - Browse repository at this point
Copy the full SHA 4c4f7ccView commit details
Commits on Feb 6, 2023
-
made the sync_weights equivalent to the implementation before this PR
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for d78f3d5 - Browse repository at this point
Copy the full SHA d78f3d5View commit details
Commits on Feb 7, 2023
-
addressed jun's comments, created a minibatchCycleIterator
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7a68bb4 - Browse repository at this point
Copy the full SHA 7a68bb4View commit details -
Merge branch 'ppo-torch-trainer' of github.com:kouroshHakha/ray into …
…ppo-torch-trainer
Configuration menu - View commit details
-
Copy full SHA for 0008833 - Browse repository at this point
Copy the full SHA 0008833View commit details -
Signed-off-by: Kourosh Hakhamaneshi <kourosh@anyscale.com>
Configuration menu - View commit details
-
Copy full SHA for edbf081 - Browse repository at this point
Copy the full SHA edbf081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2698973 - Browse repository at this point
Copy the full SHA 2698973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8ce18 - Browse repository at this point
Copy the full SHA 4c8ce18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f29038 - Browse repository at this point
Copy the full SHA 9f29038View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d3f63 - Browse repository at this point
Copy the full SHA b1d3f63View commit details