We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3-monte-carlo/mc_gant.py 에서 31 번째 줄 G_t = self.discount_factor * (reward[1] + G_t) 가 G_t = reward[1] + self.discount_factor *G_t 로 바꾸어야 될거 같습니다.
The text was updated successfully, but these errors were encountered:
중대한 실수가 있었네요. 알려주셔서 감사합니다. 다음 쇄를 인쇄할 때 수정하도록 하겠습니다. (코드 버전을 아예 다 업그레이드 할 계획입니다)
Sorry, something went wrong.
monte carlo return 업데이트 코드 수정
118887d
No branches or pull requests
3-monte-carlo/mc_gant.py 에서
31 번째 줄 G_t = self.discount_factor * (reward[1] + G_t) 가
G_t = reward[1] + self.discount_factor *G_t 로 바꾸어야 될거 같습니다.
The text was updated successfully, but these errors were encountered: