-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update links #9
Comments
Running the current version raises the following error.
(Most likely rising from the computing the gradient inside of Flux.train!) Flux.gradient((wind, ang, mass) -> Trebuchet.shoot(wind, ang, mass)[2], -2.0, 45.0, 200.0) from the blog post also returns the same error.
|
The current version raises the error because computing gradient inside a |
the post from @asuresh213 was completely unrelated to my original question. @asuresh213 Please don't hijack other person's issues. Anyway, @Roboneet can you update the links, at least in this repo's README respectively? |
???? @schlichtanders |
@asuresh213 sorry for misunderstanding, you tried this code https://github.com/FluxML/model-zoo/tree/master/contrib/games/differentiable-programming/trebuchet, especially https://github.com/FluxML/model-zoo/blob/master/contrib/games/differentiable-programming/trebuchet/DiffRL.jl and it didn't work for you when instantiating the manifest.toml? It worked for me. Also the try/catch is taken care of in the use of forwarddiff, so I am confused |
@schlichtanders The blog post is here. I forgot to mention, but the link in the README is updated. |
@Roboneet thanks a lot, I will open a similar ticket on the blogpost github then |
The link in the blog-post https://fluxml.ai/2019/03/05/dp-vs-rl.html
as well as the links in this README.md
Are pointing towards old code https://github.com/FluxML/model-zoo/blob/10bd26ca21079b1c6ee246dd1938beab55178949/games/differentiable-programming/trebuchet/DiffRL.jl
That code is no longer working, and hence it should be pointed to the more current version https://github.com/FluxML/model-zoo/tree/master/contrib/games/differentiable-programming/trebuchet
The text was updated successfully, but these errors were encountered: