Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- optimization
- machine learning
- Laplacian
- convex optimization
- 모두를 위한 RL
- ML-Agent
- Linear algebra
- 논문
- Jacobian Matrix
- 판다스
- 강화학습
- Python Programming
- pandas
- statistics
- 김성훈 교수님
- 사이킷런
- Hessian Matrix
- neural network
- reinforcement learning
- 유니티
- Series
- 리스트
- David Silver
- unity
- rl
- 데이터 분석
- Deep Learning
- paper
- 딥러닝
- list
Archives
목록Value Function Approximation (1)
RL Researcher
Lecture 6: Value Function Approximation
RL은 다음과 같이 큰 문제들을 풀 수 있습니다 Backgammon Game : $10^{20}$개의 State Computer Go : $10^{170}"$개의 State Helicopter : 연속적인 공간 내에서 움직이기 때문에 값이 무한적입니다. 지난 2개의 강의에서 배웠던 Model-Free 메소드인 MC, TD에서 Prediction과 Control 문제를 어떻게 확장할 수 있을까요? 위의 질문에 답을 할 수 있는 Value Function Approximation을 통해서 Scale up이 가능합니다. 우리는 전 강의들 까지는 lookup table 방식으로 value function을 표현해 왔습니다. $V(s)$는 State $s$의 개수만큼 빈칸이 존재했습니다. $Q(s,a)$는 모든 ..
Reinfrocement Learning/David-Silver Lecture
2021. 2. 4. 16:59