← Search

Roy Fox

16 accepted papers

2024

Selective Perception: Learning Concise State Descriptions for Language Model Actors

NAACL 2024short

The latest large language models (LMs) support increasingly longer contexts. While this trend permits using substantial amounts of text with SOTA LMs, requiring these large LMs to process potentially redundant or irrelevant data needlessly increases inference time and cost. To remedy this problem, w…

2024

Skill Set Optimization: Reinforcing Language Model Behavior via Transferable Skills

ICML 2024poster

Large language models (LLMs) have recently been used for sequential decision making in interactive environments. However, leveraging environment reward signals for continual LLM actor improvement is not straightforward. We propose Skill Set Optimization (SSO) for improving LLM actor performance thro…

2024

Toward Optimal Policy Population Growth in Two-Player Zero-Sum Games

ICLR 2024poster

In competitive two-agent environments, deep reinforcement learning (RL) methods like Policy Space Response Oracles (PSRO) often increase exploitability between iterations, which is problematic when training in large games. To address this issue, we introduce anytime double oracle (ADO), an algorithm…

Cited by 1SourcePDFScholar
2023

Do Embodied Agents Dream of Pixelated Sheep: Embodied Decision Making using Language Guided World Modelling

ICML 2023poster

Reinforcement learning (RL) agents typically learn tabula rasa, without prior knowledge of the world. However, if initialized with knowledge of high-level subgoals and transitions between subgoals, RL agents could utilize this Abstract World Model (AWM) for planning and exploration. We propose using…

Cited by 93SourcePDFScholar
2023

Learning to Design Analog Circuits to Meet Threshold Specifications

ICML 2023poster

Automated design of analog and radio-frequency circuits using supervised or reinforcement learning from simulation data has recently been studied as an alternative to manual expert design. It is straightforward for a design agent to learn an inverse function from desired performance metrics to circu…

2022

Independent Natural Policy Gradient always converges in Markov Potential Games

AISTATS 2022poster

Natural policy gradient has emerged as one of the most successful algorithms for computing optimal policies in challenging Reinforcement Learning (RL) tasks, yet, very little was known about its convergence properties until recently. The picture becomes more blurry when it comes to multi-agent RL (M…

Cited by 64SourcePDFScholar
2022

Reducing Variance in Temporal-Difference Value Estimation via Ensemble of Deep Networks

ICML 2022spotlight

In temporal-difference reinforcement learning algorithms, variance in value estimation can cause instability and overestimation of the maximal target value. Many algorithms have been proposed to reduce overestimation, including several recent ensemble methods, however none have shown success in samp…

2021

XDO: A Double Oracle Algorithm for Extensive-Form Games

NeurIPS 2021poster

Policy Space Response Oracles (PSRO) is a reinforcement learning (RL) algorithm for two-player zero-sum games that has been empirically shown to find approximate Nash equilibria in large games. Although PSRO is guaranteed to converge to an approximate Nash equilibrium and can handle continuous actio…

2020

Pipeline PSRO: A Scalable Approach for Finding Approximate Nash Equilibria in Large Games

NeurIPS 2020poster

Finding approximate Nash equilibria in zero-sum imperfect-information games is challenging when the number of information states is large. Policy Space Response Oracles (PSRO) is a deep reinforcement learning algorithm grounded in game theory that is guaranteed to converge to an approximate Nash equ…

2018

Fast and Reliable Autonomous Surgical Debridement with Cable-Driven Robots Using a Two-Phase Calibration Procedure

ICRA 2018poster

Automating precision subtasks such as debridement (removing dead or diseased tissue fragments) with Robotic Surgical Assistants (RSAs) such as the da Vinci Research Kit (dVRK) is challenging due to inherent nOnlinearities in cable-driven systems. We propose and evaluate a novel two-phase coarse-to-f…

Cited by 82SourceScholar
2018

Parametrized Hierarchical Procedures for Neural Programming

ICLR 2018poster

Neural programs are highly accurate and structured policies that perform algorithmic tasks by controlling the behavior of a computation mechanism. Despite the potential to increase the interpretability and the compositionality of the behavior of artificial agents, it remains difficult to learn from…

Cited by 35SourcePDFScholar
2018

RLlib: Abstractions for Distributed Reinforcement Learning

ICML 2018oral

Reinforcement learning (RL) algorithms involve the deep nesting of highly irregular computation patterns, each of which typically exhibits opportunities for distributed computation. We argue for distributing RL components in a composable way by adapting algorithms for top-down hierarchical control,…

2018

Robustly Adjusting Indoor Drip Irrigation Emitters with the Toyota HSR Robot

ICRA 2018poster

Indoor plants in homes and commercial buildings such as malls, offices, airports, and hotels, can benefit from precision irrigation to maintain healthy growth and reduce water consumption. As active valves are too costly, and ongoing precise manual adjustment of drip emitters is impractical, we expl…

Cited by 15SourceScholar
2017

DART: Noise Injection for Robust Imitation Learning

CoRL 2017

One approach to Imitation Learning is Behavior Cloning, in which a robot observes a supervisor and infers a control policy. A known problem with this “off-policy" approach is that the robot’s errors compound when drifting away from the supervisor’s demonstrations. On-policy, techniques alleviate thi

2017

DDCO: Discovery of Deep Continuous Options for Robot Learning from Demonstrations

CoRL 2017

An option is a short-term skill consisting of a control policy for a specified region of the state space, and a termination condition recognizing leaving that region. In prior work, we proposed an algorithm called Deep Discovery of Options (DDO) to discover options to accelerate reinforcement learni

Cited by 0SourcePDFScholar