forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Edpalenc/1.3.0 bonsai sync #69
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Specifically, we are setting a travis like ADO pipeline following what is already present in the .travis.yml file in the root of the repo.
Set up CI with Azure Pipelines
Syncing with upstream master
…in TFGraphGPUMulti (#55)
#56) * Save more intermetdiate PPOLoss nodes as PPOLoss attributes for additional runtime checks * redundant import * consistent naming
…210203 Sync with upstream master and add ParallelIterators fix
* Second iteration of CQL * Separating Bonsai RLlib tests * Missing file * CQLApexSAC support and dataset improvements * Fix numpy conversion * putting right version * Fix offline data fast data path * Disabling some tune tests
# Conflicts: # java/runtime/src/main/java/io/ray/runtime/gcs/RedisClient.java # python/ray/__init__.py # python/ray/tests/test_advanced_3.py # python/ray/tests/test_iter.py # python/ray/tune/BUILD # python/ray/util/lightning_accelerators/BUILD # python/ray/util/sgd/BUILD # python/requirements.txt # python/requirements_rllib.txt # rllib/agents/cql/cql_sac.py # rllib/agents/dqn/apex.py # rllib/agents/dqn/dqn.py # rllib/agents/ppo/ppo.py # rllib/agents/registry.py # rllib/evaluation/metrics.py # rllib/evaluation/sampler.py # rllib/execution/common.py # rllib/execution/metric_ops.py # rllib/execution/train_ops.py # rllib/models/modelv2.py # rllib/policy/dynamic_tf_policy.py # rllib/policy/sample_batch.py # rllib/rollout.py # rllib/scripts.py # rllib/tests/test_evaluators.py # rllib/tuned_examples/cql/halfcheetah-cql.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
Updating to RLlib 1.3 official release
Related issue number
None
Checks
scripts/format.sh
to lint the changes in this PR.