[RLlib] JAXPolicy (working discrete-actions PPO prototype).#13014
[RLlib] JAXPolicy (working discrete-actions PPO prototype).#13014sven1977 wants to merge 24 commits intoray-project:masterfrom
Conversation
|
|
||
|
|
||
| A3CTorchPolicy = build_torch_policy( | ||
| A3CTorchPolicy = build_policy_class( |
There was a problem hiding this comment.
Can we do these kind of unrelated changes in a separate PR?
There was a problem hiding this comment.
Also, review this one here first before proceeding: #13091
…policy # Conflicts: # rllib/BUILD # rllib/agents/ddpg/ddpg_torch_model.py # rllib/agents/maml/maml_tf_policy.py # rllib/policy/policy_template.py
ericl
left a comment
There was a problem hiding this comment.
Would be cool to also add JAX icon to the documentation (rllib.rst, rllib-algorithms.rst, rllib-toc.rst)
…policy # Conflicts: # rllib/utils/framework.py
|
A follow up PR will have documentation updates, including algo table with JAX sigils. |
…policy # Conflicts: # rllib/BUILD # rllib/policy/torch_policy.py
|
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
|
Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message. Please feel free to reopen or open a new issue if you'd still like it to be addressed. Again, you can always ask for help on our discussion forum or Ray's public slack channel. Thanks again for opening the issue! |
NOTE: Merge this PR here first for separation of concerns: #13091
JAXPolicy (working discrete-actions PPO prototype).
This PR adds:
Why are these changes needed?
Related issue number
Checks
scripts/format.shto lint the changes in this PR.