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
{{ message }}
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
Hi, I'm interested in your implementation of the paper. If there's any task pending (It could be even tests), I would love to contribute. Please let me know the state of the project. The paper reported 4 fold returns, what did your tests reveal?
The text was updated successfully, but these errors were encountered:
Thanks for the interest! I never managed the returns the paper reported, but I know someone who hasn't published who got better results.
I tried many models and didn't get great results on any so there may be something wrong with my environment or something else. If I spent more time on this project I would try:
checking the math in my environment
DPG models like in paper
Remove dense layer, the papers author revealed that this was not in the paper
Try RMSProp not adam, since adam is not good for moving targets, I'm not sure if that applied here but it can't hurt to try.
Thank you for the suggestions. Keep us updated on repo in case of any further improvement in results obtained from model. I'll try these suggestions and report back if something works better.
Hi, I'm interested in your implementation of the paper. If there's any task pending (It could be even tests), I would love to contribute. Please let me know the state of the project. The paper reported 4 fold returns, what did your tests reveal?
The text was updated successfully, but these errors were encountered: