Raymond Tsao
Hi! I’m Raymond, a fifth-year master’s student at UC Berkeley studying computer science and applied mathematics. I’m advised by Andrew Wagenmaker and Sergey Levine in the Robotic AI and Learning Lab@BAIR. Previously, I worked on LLM evaluation at Berkeley’s RISELab, where I co-led the development of the Berkeley Function Calling Leaderboard (BFCL) v4 web search benchmark.
I’m seeking research engineer and machine learning engineer roles in robotics, starting after my graduation in Spring 2027.
Research
My research focuses on efficient RL finetuning of pretrained robot policies. Vision language action (VLA) models provide a promising starting point for general-purpose robotics, but deploying them in new real-world settings often requires further adaptation. I am interested in how RL can enable this adaptation efficiently, through two complementary directions:
- Pretraining for adaptation: How can we pretrain policies that are easier to finetune with RL?
- Efficient finetuning: How can we speed up RL improvement of existing pretrained policies?
Publications
-
Under review -
ICML 2026 (Spotlight)Paper | We show that, instead of fitting the observed demonstrations, training a policy to model the posterior distribution of the demonstrator's behavior given the demonstration dataset leads to a policy that is easier to finetune with RL. -
Berkeley Function Calling Leaderboard (BFCL) V4Blog | Leaderboard | Code | We build a challenging, multihop web search benchmark to evaluate LLM agents' ability to search for and synthesize information across multiple web sources, and identify common failure modes in state-of-the-art LLMs.