Skip to content

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