Skip to content
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

Faster Q value update for DDDQN - TF 2 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxzuo
Copy link

@maxzuo maxzuo commented Aug 2, 2021

Faster implementation for calculating q_target for training the DDDQN - in your video you mention the slow speed at which it runs. With this small change, it should run significantly faster. I've tested it using np.array_equal and produces the same results as the original method.

Faster implementation for calculating q_target for training the DDDQN - in your video you mention the slow speed at which it runs. With this small change, it should run significantly faster. I've tested it using `np.array_equal` and produces the same results as the original method.
@maxzuo
Copy link
Author

maxzuo commented Jul 6, 2022

@philtabor I'd appreciate it if you get a chance to take a look, it's a pretty small PR but the bump in performance is quite noticeable. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant