-
Notifications
You must be signed in to change notification settings - Fork 6k
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] Tf2x preparation; part 2 (upgrading try_import_tf()
).
#9136
Conversation
Can one of the admins verify this patch? |
Test FAILed. |
…_preparation_2 � Conflicts: � rllib/agents/ddpg/ddpg.py � rllib/agents/marwil/marwil_tf_policy.py � rllib/agents/sac/sac.py � rllib/agents/trainer.py � rllib/agents/trainer_template.py � rllib/models/tf/layers/noisy_layer.py � rllib/models/tf/tf_action_dist.py
Test FAILed. |
Test PASSed. |
Test PASSed. |
…_preparation_2 � Conflicts: � rllib/offline/json_reader.py
Test PASSed. |
Test PASSed. |
Test PASSed. |
…_preparation_2 � Conflicts: � rllib/agents/ppo/tests/test.py � rllib/utils/test_utils.py � rllib/utils/tracking_dict.py
Test PASSed. |
Test PASSed. |
This PR changes
try_import_tf
to return the tuple:tf(v1 compat), tf (1x or 2x), [version int 1 or 2]
.This is in preparation of the upcoming full tf2.x support PR.
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.