paper-with-me

Papers

An Extensible Interactive Interface for Agent Design

2019-06-06 · Matthew Rahtz, James Fang, Anca D. Dragan, Dylan Hadfield-Menell

In artificial intelligence, we often specify tasks through a reward function. While this works well in some settings, many tasks are hard to specify this way. In deep reinforcement learning, for example, directly specifying a reward as a function of a high-dimensional observation is challenging. Instead, we present an interface for specifying tasks interactively using demonstrations. Our approach defines a set of increasingly complex policies. The interface allows the user to switch between these policies at fixed intervals to generate demonstrations of novel, more complex, tasks. We train new policies based on these demonstrations and repeat the process. We present a case study of our approach in the Lunar Lander domain, and show that this simple approach can quickly learn a successful landing policy and outperforms an existing comparison-based deep RL method.

📄 PDF Abstract BibTeX arXiv:1906.02641

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Don't Vibe Code, Do Skele-Code: Interactive No-Code Notebooks for Subject Matter Experts to Build Lower-Cost Agentic Workflows

2026-03-18 · Sriram Gopalakrishnan arxiv

Skele-Code is a natural-language and graph-based interface for building workflows with AI agents, designed especially for less or non-technical users. It supports incremental, interactive notebook-style development, and …

Code Generation

KnowThyself: An Agentic Assistant for LLM Interpretability

2025-11-05 · Suraj Prasai, Mengnan Du, Ying Zhang, Fan Yang arxiv

We develop KnowThyself, an agentic assistant that advances large language model (LLM) interpretability. Existing tools provide useful insights but remain fragmented and code-intensive. KnowThyself consolidates these capa…

Humanoid Agents: Platform for Simulating Human-like Generative Agents

2023-10-09 · Zhilin Wang, Yu Ying Chiu, Yu Cheung Chiu

Just as computational simulations of atoms, molecules and cells have shaped the way we study the sciences, true-to-life simulations of human-like agents can be valuable tools for studying human behavior. We propose Human…

Unity

EasyRL: A Simple and Extensible Reinforcement Learning Framework

2020-08-04 · Neil Hulbert, Sam Spillers, Brandon Francis, James Haines-Temons 외

In recent years, Reinforcement Learning (RL), has become a popular field of study as well as a tool for enterprises working on cutting-edge artificial intelligence research. To this end, many researchers have built RL fr…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

The OpenHands Software Agent SDK: A Composable and Extensible Foundation for Production Agents

2025-11-05 · Xingyao Wang, Simon Rosenberg, Juan Michelini, Calvin Smith 외 arxiv

Agents are now used widely in the process of software development, but building production-ready software engineering agents is a complex task. Deploying software agents effectively requires flexibility in implementation…