Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Is your DDPG implement missing adding noise? #2

Open
liuxiaotong15 opened this issue Apr 9, 2020 · 1 comment
Open

Is your DDPG implement missing adding noise? #2

liuxiaotong15 opened this issue Apr 9, 2020 · 1 comment

Comments

@liuxiaotong15
Copy link

I find you write:
self.noise = OUNoise....
but you didn't add the noise to the action?

@liuxiaotong15
Copy link
Author

so I add the following line to line48 in ddpg/ddpg.py:
action = self.noise.get_action(action) # add by xiaotong 2020 0409

If I made something wrong, please tell me, thanks.

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

No branches or pull requests

1 participant