You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upcoming 1.9 version will introduce the package extensions feature, which RL.jl could greatly make use of. I figured it would be a good idea to discuss here the packages that we want to extend.
Here are my first ideas:
[] CUDA : the most obvious one, it's heavy and lengthy to install. People who don't need it would be glad to avoid that I believe.
[] Flux : not needed for tabular RL, therefore wasteful to load for that case.
I wanted to add SimpleChains but as it is not currently used by the package it is for another time. One day I'd like it if one could use these fast NNs.
Let me know your other suggestions.
The text was updated successfully, but these errors were encountered:
Hello @jeremiahpslewis @findmyway and any other who wishes.
The upcoming 1.9 version will introduce the package extensions feature, which RL.jl could greatly make use of. I figured it would be a good idea to discuss here the packages that we want to extend.
Here are my first ideas:
[] CUDA : the most obvious one, it's heavy and lengthy to install. People who don't need it would be glad to avoid that I believe.
[] Flux : not needed for tabular RL, therefore wasteful to load for that case.
I wanted to add SimpleChains but as it is not currently used by the package it is for another time. One day I'd like it if one could use these fast NNs.
Let me know your other suggestions.
The text was updated successfully, but these errors were encountered: