- 모든 .md, .html 파일 권한을 644로 정상화 - .gitignore 파일 권한도 644로 수정 - 문서 파일에 실행 권한은 불필요하고 보안상 바람직하지 않음 - deprecated 아이디어 폴더 생성 및 레벨별 UI 변경 아이디어 이동
617 B
617 B
Actor-Critic Algorithms
- Authors: R. S. Sutton, A. G. Barto
- Year: 1998 (in Reinforcement Learning: An Introduction)
- Summary: This chapter details Actor-Critic methods in reinforcement learning. The 'Actor' learns a policy (what to do), while the 'Critic' learns a value function (how good the action was). This can be applied to memory retrieval, where the Actor decides which memory to recall and the Critic evaluates how useful that recall was for the current task, allowing the agent to learn better retrieval strategies over time.
- Link: http://incompleteideas.net/book/the-book-2nd.html