Skip to content

Commit b763a4d

Browse files
committed
add machiavelli
1 parent f93f695 commit b763a4d

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

_pages/about.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,27 @@ redirect_from:
88
- /about.html
99
---
1010

11-
Hello! I am a first-year CS PhD student at Berkeley, where I am fortunate to be advised by [Jacob Steinhardt](https://jsteinhardt.stat.berkeley.edu/) and grateful to be supported by a [FLI PhD fellowship](https://futureoflife.org/about-us/our-people/fellowship-winners-2022/). I am interested in aligning adaptive ML systems.
11+
Hello! I am a first-year CS PhD student at Berkeley, where I am fortunate to be advised by [Jacob Steinhardt](https://jsteinhardt.stat.berkeley.edu/). I am interested in aligning adaptive ML systems, especially sequential decision-making agents. I am grateful to be supported by a [FLI PhD fellowship](https://futureoflife.org/about-us/our-people/fellowship-winners-2022/).
1212

1313
I studied mathematics and computer science at Caltech, where I worked with [Anima Anandkumar](http://tensorlab.cms.caltech.edu/users/anima/) and [Yuanyuan Shi](https://yyshi.eng.ucsd.edu/).
1414

1515
See [here](https://drive.google.com/file/d/17jkbEmK-c69u8qqnYDzJNbo917Qwn6gg/view?usp=sharing) for my CV.
1616

17-
Outside of work I enjoy baking, [reading](https://www.goodreads.com/user/show/71787702-alex-pan), and fashion.
18-
1917
Publications
2018
======
19+
[Do the Rewards Justify the Means? Measuring Trade-Offs Between Rewards and Ethical Behavior in the MACHIAVELLI Benchmark](https://arxiv.org/abs/2304.03279)
20+
Alexander Pan\*, Chan Jun Shern\*, Andy Zou\*, Nathaniel Li, Steven Basart, Thomas Woodside, Jonathan Ng, Hanlin Zhang, Scott Emmons, Dan Hendrycks
21+
Preprint 2023
22+
[pdf](https://arxiv.org/pdf/2304.03279.pdf) / [code](https://github.com/aypan17/machiavelli) / [website](https://aypan17.github.io/machiavelli/)
23+
2124
[The Effects of Reward Misspecification: Mapping and Mitigating Misaligned Models](https://arxiv.org/abs/2201.03544)
22-
**Alexander Pan**, Kush Bhatia, Jacob Steinhardt
23-
*ICLR 2022.*
25+
Alexander Pan, Kush Bhatia, Jacob Steinhardt
26+
ICLR 2022
2427
[pdf](https://arxiv.org/abs/2201.03544) / [code](https://github.com/aypan17/reward-misspecification)
2528

2629
[Improving Robustness of RL for Power System Control with Adversarial Training](https://arxiv.org/abs/2110.08956)
27-
**Alexander Pan**, Yongkyun (Daniel) Lee, Huan Zhang, Yize Chen, Yuanyuan Shi
28-
*ICML RL4RL Workshop 2021.*
30+
Alexander Pan, Yongkyun (Daniel) Lee, Huan Zhang, Yize Chen, Yuanyuan Shi
31+
ICML RL4RL Workshop 2021
2932
[pdf](https://arxiv.org/abs/2110.08956) / [code](https://github.com/aypan17/robust_pn)
3033

3134
<!---

assets/css/academicons.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,7 @@
324324
}
325325
.fa.fa-pull-right {
326326
margin-left: .3em;
327-
}
327+
}
328+
footer a:link {
329+
text-decoration: none !important;
330+
}

assets/css/main.scss

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
*
1111
*/
1212

13+
footer a:link {
14+
text-decoration: none !important;
15+
}
16+
1317
@import "vendor/breakpoint/breakpoint"; // media query mixins
1418
@import "variables";
1519
@import "mixins";

0 commit comments

Comments
 (0)