-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Standalone implementations of reinforcement learning algorithms #8
Comments
It'd be great to have a sister package, like what baselines is to OpenAI Gym, showing off RL algorithms with Gym.jl |
Should it be a seperate package or can it be included in Gym.jl? |
I'm also really interested to see this happening. Making it a separate package will be useful, I think. Further, which framework you propose will be best suited for this: Knet, Flux or Tensorflow.jl? |
Making separate package is useful, for the same reasons mentioned by @v-i-s-h . Any of the framework can be used, but I'll be biased towards Flux ;) |
I think Flux would be good for that |
Hello,
I would like to know what you think about having some standalone implementations as functions that take in the environment and other parameters and return the trained policy.
Here an example of how this could look like for deep Q learning:
I think this would make it easier to quickly get started with deep reinforcement learning with Flux
The text was updated successfully, but these errors were encountered: