Replies: 1 comment
-
You can take a look at https://juliareinforcementlearning.org/docs/experiments/#DQN . I'll update the link. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was reading the RL.jl docs and it indicates that a bunch of the most recent algorithms like DQN, etc., are in the
ReinforcementLearningZoo
repository . However, when I went to that github link, Github indicates that the content of that repo is archived and that the material has moved over to theReinforcementLearning.jl
repo. However, I have not really seen a simple DQN or such tutorial, to understand how to setup that problem in the package. Is there a good example of demo to look at, to understand how to use the deep learning methods in the RL.jl package?Beta Was this translation helpful? Give feedback.
All reactions