-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
469 lines (339 loc) · 12.1 KB
/
index.html
File metadata and controls
469 lines (339 loc) · 12.1 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<!DOCTYPE html>
<html lang="kr">
<!-- Head tag -->
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Description-->
<meta name="description" content="RLKorea 블로그">
<!--Author-->
<meta name="author" content="Bomi Yu">
<!--Open Graph Title-->
<meta property="og:title" content="RLKorea"/>
<!--Open Graph Description-->
<meta property="og:description" content="RLKorea 블로그" />
<!--Open Graph Site Name-->
<meta property="og:site_name" content="RLKorea"/>
<!--Type page-->
<meta property="og:type" content="website" />
<!--Page Cover-->
<meta name="twitter:card" content="summary" />
<!-- Title -->
<title>RLKorea</title>
<!-- Bootstrap Core CSS -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"/>
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/styles/monokai-sublime.min.css">
<link rel="stylesheet" href="/css/customizing.css">
<!-- Custom Fonts -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Gallery -->
<link href="//cdnjs.cloudflare.com/ajax/libs/featherlight/1.3.5/featherlight.min.css" type="text/css" rel="stylesheet" />
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-125432253-1', 'auto');
ga('send', 'pageview');
</script>
<!-- favicon -->
<link rel="icon" href="/img/favicon.ico"><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><!-- Menu -->
<!-- Navigation -->
<div class="custom-nav">
<div class="menu-icon">
<button>
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
</div>
<a class="logo" href="/">RLKorea</a>
</div>
<div class="left-side on" id="bs-example-navbar-collapse-1">
<button class="close">
<span class="bar"></span>
<span class="bar"></span>
</button>
<div class="intro">
<a href="/"><img src="/img/logo.png" alt="내사진"></a>
<p><i class="fa fa-facebook"></i><a href="https://www.facebook.com/groups/ReinforcementLearningKR/"><strong> RLKorea</strong></a><br>
RLKorea 블로그</p>
</div>
<ul>
<!--<li><a href="/2018/05/16/RLKorea_intro/">RLKorea소개</a></li> -->
<li class="more_btn">
<p class="clearfix">
<span class="left">
프로젝트
</span>
<i class="fa fa-sort-down right"></i>
</p>
<ul>
<li><a href="/2018/06/29/0_pg-travel-guide/">피지여행</a></li>
<li><a href="/tags/알파오목/">알파오목</a></li>
<li><a href="/2018/09/27/Distributional_intro/">Dist_RL</a></li>
<li><a href="/2018/11/20/robot_arm_intro/">각잡고로봇팔</a></li>
<li><a href="/2019/01/22/0_lets-do-irl-guide/">GAIL하자!</a></li>
<!--<li><a href="/tags/홈네비/">홈네비</a></li>
<li><a href="/tags/DQN 뽀개기/">DQN 뽀개기</a></li>
<li><a href="/tags/광산깨기/">광산깨기</a></li>-->
</ul>
</li>
<li class="more_btn"><a href="#">논문리뷰</a></li>
<li class="more_btn"><a href="#">강화학습 관련 컨텐츠</a></li>
<li class="more_btn"><a href="#">강화학습 관련 Q&A</a></li>
<!--
<li>
<a href="/">
Home
</a>
</li>
<li>
<a href="/archives">
Archives
</a>
</li>
<li>
<a href="/tags">
Tags
</a>
</li>
<li>
<a href="/categories">
Categories
</a>
</li>
<li>
<a href="https://github.com/reinforcement-learning-kr">
<i class="fa fa-github fa-stack-2x"></i>
</a>
</li>
-->
</ul>
</div>
<!-- Main Content -->
<!-- Page Header -->
<!-- Set your background image for this header in the theme's configuration: index_cover -->
<div style="padding-top:56px;"></div>
<header class="intro-header">
<!-- <div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
</div>
</div>
</div>
</div> -->
</header>
<!-- Main Content -->
<div class="container intro-content">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<img src="/img/main.png" style="width:100%">
<!--<h1>Reinforcement Learning KR</h1>-->
<div class="text-area">
<br>
<STRONG>RLKorea</STRONG>는 강화학습을 공부하고 연구하시는 분들을 위한 페이스북 그룹입니다.
강화학습에 대한 소식과 논문 정보를 공유하고 함께 재밌는 프로젝트를 진행합니다.
프로젝트는 3개월 단위로 진행합니다. 각 프로젝트 관련 코드는 RLKorea 깃헙에 업로드됩니다.
<br><br>
<center>깃헙 링크: <a href="https://github.com/reinforcement-learning-kr/" target="_blank" style="color:#b86824">https://github.com/reinforcement-learning-kr/</a></center>
<!--<br> 현재 5~7월 동안 진행중인 프로젝트는 다음과 같습니다.
<br><br>
<center>
<img src="https://www.dropbox.com/s/kxgj2g470tzwnva/Screenshot%202018-06-15%2022.50.05.png?dl=1" style="width:500px">
</center>-->
</div>
</div>
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="text-area">
<br><br>
<h2>
Recent Posts
</h2>
</div>
<hr>
<div class="post-preview">
<a href="/2019/02/25/6_vail/">
<h2 class="post-title">
Variational Discriminator Bottleneck. Improving Imitation Learning, Inverse RL, and GANs by Constraining Information Flow
</h2>
<h3 class="post-subtitle">
Inverse RL 6번째 논문
</h3>
</a>
<p class="post-meta">
<!-- Date and Author -->
Posted by 이동민 on
2019-02-25
</p>
</div>
<hr>
<div class="post-preview">
<a href="/2019/02/13/5_gail/">
<h2 class="post-title">
Generative Adversarial Imitation Learning
</h2>
<h3 class="post-subtitle">
Inverse RL 5번째 논문
</h3>
</a>
<p class="post-meta">
<!-- Date and Author -->
Posted by 이승현 on
2019-02-13
</p>
</div>
<hr>
<div class="post-preview">
<a href="/2019/02/10/4_maxent/">
<h2 class="post-title">
Maximum Entropy Inverse Reinforcement Learning
</h2>
<h3 class="post-subtitle">
Inverse RL 4번째 논문
</h3>
</a>
<p class="post-meta">
<!-- Date and Author -->
Posted by 이동민 on
2019-02-10
</p>
</div>
<hr>
<div class="post-preview">
<a href="/2019/02/07/3_mmp/">
<h2 class="post-title">
Maximum Margin Planning
</h2>
<h3 class="post-subtitle">
Inverse RL 3번째 논문
</h3>
</a>
<p class="post-meta">
<!-- Date and Author -->
Posted by 이동민 on
2019-02-07
</p>
</div>
<hr>
<div class="post-preview">
<a href="/2019/02/01/2_app/">
<h2 class="post-title">
Apprenticeship Learning via Inverse Reinforcement Learning
</h2>
<h3 class="post-subtitle">
Inverse RL 2번째 논문
</h3>
</a>
<p class="post-meta">
<!-- Date and Author -->
Posted by 이승현 on
2019-02-01
</p>
</div>
<hr>
<ul class="pager">
<li class="next"><a href="/page/2/">Older Posts →</a></li>
</ul>
</div>
</div>
</div>
<!-- Footer -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="https://github.com/reinforcement-learning-kr" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="mailto:rlkorea7@gmail.com" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">© 2019 Bomi Yu</p>
</div>
</div>
</div>
</footer>
<!-- After footer scripts -->
<!-- jQuery -->
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="/js/customizing.js"></script>
<!-- Bootstrap -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- Highlight -->
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.5.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- Gallery -->
<script src="//cdnjs.cloudflare.com/ajax/libs/featherlight/1.3.5/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<!-- Disqus Comments //디스쿼스 새로운 js삽입 2018.04.09 보미-->
<script id="dsq-count-scr" src="//bomee88.disqus.com/count.js" async></script>
<!-- // mathJax 추가 2018.05.29 보미 -->
<!-- // mathJax 수정 2018.06.15 웅원 -->
<!--
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ["$","$"], ["\\(","\\)"] ],
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'],
processEscapes: true
}
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax();
for (var i = 0; i < all.length; ++i)
all[i].SourceElement().parentNode.className += ' has-jax';
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
-->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$']]
}
});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_HTML">
</script>
<script type="text/javascript">
var disqus_shortname = 'rlkorea';
(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</body>
</html>