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
- 딥러닝
- unity
- 강화학습
- neural network
- ML-Agent
- 사이킷런
- pandas
- Linear algebra
- optimization
- 유니티
- 리스트
- list
- David Silver
- Python Programming
- 논문
- 판다스
- 김성훈 교수님
- Series
- statistics
- reinforcement learning
- rl
- Jacobian Matrix
- paper
- 데이터 분석
- machine learning
- Laplacian
- 모두를 위한 RL
- Deep Learning
- convex optimization
- Hessian Matrix
Archives
목록Atari Game (1)
RL Researcher
Human-level control through deep reinforcement learning
본 논문에서는 DQN Algorithm이 사용되었습니다. 앞으로 계속 업데이트 해 나갈 예정입니다. 여기서 DQN이란 Deep Q-Network의 약자이며, 인공신경망 즉 심층 인공신경망(Deep NN)이라고 합니다. 이 Algorithm에서는 수신 필드의 효과를 모방하기 위해서 타일형의 Convolutional Filter의 Layer를 사용합니다. Agent의 목표는 Cumulative Reward를 Maximise하는 방식으로 Action을 선택하는 것입니다. Deep Convolutional Neural Network를 사용하여 Optimal한 Value Function에 Approximation합니다. $$Q^{*}(s,a) = \underset{\pi}{max}E[r_{t} + \gamma r..
Reinfrocement Learning/Paper Review
2021. 2. 15. 11:23