-
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] Add DTTorchModel #27872
[RLlib] Add DTTorchModel #27872
Conversation
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
had some minor nits otherwise lgtm
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
Loved this PR. Very clean and clear. the only thing remaining is adding a unittest that checks for causality within the model. |
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@richardliaw LGTM. Please merge after the Segmentation buffer PR is merged.
Signed-off-by: Charles Sun <charlesjsun@gmail.com>
Signed-off-by: Stefan van der Kleij <s.vanderkleij@viroteq.com>
Why are these changes needed?
Part of adding DT to RLlib.
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.