Skip to content

Commit dc9ba17

Browse files
committed
update
1 parent 712791b commit dc9ba17

File tree

3 files changed

+38
-13
lines changed

3 files changed

+38
-13
lines changed

_bibliography/papers.bib

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
---
22
---
3-
43
@string{aps = {American Physical Society,}}
54
5+
@article{lee2024influence,
6+
bibtex_show={true},
7+
title={Understanding Impact of Human Feedback via Influence Functions},
8+
author={Min, Taywon and Lee, Haeone and Ryu, Hanho and Kwon, Yongchan and Lee, Kimin},
9+
journal={In submission.},
10+
year={2024},
11+
preview={},
12+
html={},
13+
pdf={}
14+
}
15+
16+
@article{lee2024benchmarking,
17+
bibtex_show={true},
18+
title={Benchmarking Mobile Device Control Agents across Diverse Configurations},
19+
author={Lee, Juyong and Min, Taywon and An, Minyong and Hahm, Dongyoon and Lee, Haeone and Kim, Changyeon and Lee, Kimin},
20+
journal={ICLR 2024 Workshop on Generative Models for Decision Making.},
21+
html={https://arxiv.org/abs/2404.16660},
22+
pdf={2404.16660v2.pdf},
23+
year={2024}
24+
}
25+
626
@article{lee2023comgan,
727
bibtex_show={true},
828
title={ComGAN: Toward GANs Exploiting Multiple Samples},
@@ -12,14 +32,4 @@ @article{lee2023comgan
1232
preview={equality_regularization.png},
1333
html={https://arxiv.org/abs/2304.12098},
1434
pdf={2304.12098.pdf}
15-
}
16-
17-
@slides{lee2024intelligence,
18-
title={Creating Artificial Intelligence from the World},
19-
author={Lee, Haeone},
20-
journal={personally owned},
21-
year={2024},
22-
preview={real_world.png},
23-
html={https://drive.google.com/file/d/1UOC47IlDT7hhEW7Gd2N32Dag6NgVZ9gd/view?usp=sharing},
24-
pdf={Creating_Artificial_Intelligence_from_the_World.pdf}
2535
}

_pages/about.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subtitle: haeone.lee@kaist.ac.kr
77
profile:
88
align: right
99
image: prof_pic.jpg
10-
image_circular: true # crops the image to make it circular
10+
image_circular: false # crops the image to make it circular
1111
more_info: >
1212
<p> 📍 Seoul, Korea </p>
1313
<p> </p>
@@ -28,4 +28,19 @@ I am a master student in KAIST Graduate school of AI, advised by Prof. [Kimin Le
2828

2929
I am interested in developing a safe and proficient decision-making agent in real-world(e.g., robots). To this end, I aim to develop a method that can extract behavioral rules from existing data efficiently and help the agent continuously self-improve. Relevant topics include imitation learning on human data and developing scalable reinforcement learning (RL) algorithms that can work both on/offline.
3030

31-
Relevant keywords include imitation learning, hierarchical RL, explorations in RL, and robot learning.
31+
Relevant keywords include imitation learning, hierarchical RL, explorations in RL, and robot learning.
32+
33+
---
34+
layout: page
35+
permalink: /publications/
36+
title: publications
37+
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
38+
nav: true
39+
nav_order: 2
40+
---
41+
<!-- _pages/publications.md -->
42+
<div class="publications">
43+
44+
{% bibliography -f {{ site.scholar.bibliography }} %}
45+
46+
</div>

assets/pdf/2404.16660v2.pdf

13 MB
Binary file not shown.

0 commit comments

Comments
 (0)