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

[Chapter 6] MCControl, SARSA, QLearning의 QAgent()에서의 minor suggestion #11

Open
HyeAnn-Lee opened this issue Jun 20, 2023 · 0 comments

Comments

@HyeAnn-Lee
Copy link

141쪽에 해당하는 MCControl.py에서는 self.alpha=0.01을 정의하고 update_table()에서 self.alpha를 사용하고 있지만,
146쪽에 해당하는 SARSA.py와 158쪽에 해당하는 QLearning.py에서는 self.alpha의 사용 없이 update_table()에서 바로 0.1을 사용하고 있습니다.
표현을 하나로 통일한다면 셋의 비교가 조금 더 쉬울 것 같습니다!

@HyeAnn-Lee HyeAnn-Lee changed the title [Chapter 6] MCControl, SARSA, QLearning의 QAgent() [Chapter 6] MCControl, SARSA, QLearning의 QAgent()에서의 minor suggestion Jun 20, 2023
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

1 participant