-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Drop devmode, prepare RL.jl v0.11 for release #1035
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1035 +/- ##
===========================================
+ Coverage 12.74% 24.05% +11.31%
===========================================
Files 229 230 +1
Lines 7903 7970 +67
===========================================
+ Hits 1007 1917 +910
+ Misses 6896 6053 -843
|
@HenriDeh would love your thoughts |
|
||
This project contains updated, tested algorithms compatible with ReinforcementLearning.jl v0.11+. | ||
|
||
Unlike ReinforcementLearningZoo, the algorithms here have been domesticated. |
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.
I love it
else | ||
using CUDA, cuDNN | ||
CUDA.allowscalar(false) | ||
end |
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.
Not a priority but there's also an AMD gpu support package now. I don't know if it is mature enough.
To Do
Description