We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/yuanmingqi/rl-exploration-baselines/blob/35d9496affd7afae13873479e33845a90d3583fd/rlexplore/ngu/ngu.py#L54
Hi in this line we set the same variable twice - should it instead be target_network?
target_network
The text was updated successfully, but these errors were encountered:
Dear emrul,
This repo has been merged with a new project: https://github.com/RLE-Foundation/Hsuanwu
We provide a more implementation in this new project.
Use from hsuanwu.xplore.reward import NGU
Thank you!
Sorry, something went wrong.
Hello! We've published a big update that provides more reasonable implementations of these intrinsic rewrads.
If you have any other questions, please don't hesitate to ask here.
@emrul
No branches or pull requests
https://github.com/yuanmingqi/rl-exploration-baselines/blob/35d9496affd7afae13873479e33845a90d3583fd/rlexplore/ngu/ngu.py#L54
Hi in this line we set the same variable twice - should it instead be
target_network
?The text was updated successfully, but these errors were encountered: