1. Introduction
데이터사이언스 대학원 강화학습 수업을 듣고 정리한 내용입니다.
Reinforcement Learning¶
Reinforcement learning is learning what to do—how to map situations to actions—so as to maximize a numerical reward signal. - From Chapter 1 in Reinforcement Learning: An Introduction1
강화학습(Reinforcement Learning)은 수치적으로 측정가능한 최대한의 보상을 받기 위해서 상황(situations)과 행동(actions)를 매핑하는 방법을 배우는 것이다.