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

Кажется что ошибка в главе 6 #9

Closed
nor-code opened this issue Oct 1, 2022 · 1 comment
Closed

Кажется что ошибка в главе 6 #9

nor-code opened this issue Oct 1, 2022 · 1 comment

Comments

@nor-code
Copy link

nor-code commented Oct 1, 2022

Там, где описывается полный алгоритм DDPG (в рамочке) https://github.com/FortsAndMills/RL-Theory-book/blob/main/src/6.ContinuousControl/6.1.DDPG.tex , то там такое условие, что если t mod K == 0то обновляем веса актора и критика по формуле скользящего среднего, но такого нет в оригинальной статье https://arxiv.org/pdf/1509.02971.pdf (стр. 5), там просто на каждом шаге происходит обновление.

@FortsAndMills
Copy link
Owner

Да, и к тому же гиперпараметр K не определён. Это, конечно, опечатка.

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

No branches or pull requests

2 participants