paper-with-me

홈 › Papers

Combining Learning from Human Feedback and Knowledge Engineering to Solve Hierarchical Tasks in Minecraft

2021-12-07 · Vinicius G. Goecks, Nicholas Waytowich, David Watkins-Valls, Bharat Prakash

Real-world tasks of interest are generally poorly defined by human-readable descriptions and have no pre-defined reward signals unless it is defined by a human designer. Conversely, data-driven algorithms are often designed to solve a specific, narrowly defined, task with performance metrics that drives the agent's learning. In this work, we present the solution that won first place and was awarded the most human-like agent in the 2021 NeurIPS Competition MineRL BASALT Challenge: Learning from Human Feedback in Minecraft, which challenged participants to use human data to solve four tasks defined only by a natural language description and no reward function. Our approach uses the available human demonstration data to train an imitation learning policy for navigation and additional human feedback to train an image classifier. These modules, combined with an estimated odometry map, become a powerful state-machine designed to utilize human knowledge in a natural hierarchical paradigm. We compare this hybrid intelligence approach to both end-to-end machine learning and pure engineered solutions, which are then judged by human evaluators. Codebase is available at https://github.com/viniciusguigo/kairos_minerl_basalt.

📄 PDF Abstract BibTeX arXiv:2112.03482

Code (1)

viniciusguigo/kairos_minerl_basalt 공식 구현 pytorch

Tasks

Imitation LearningMinecraft

Similar Papers 제목 키워드 기반

Large Language Models for Design Structure Matrix Optimization

2025-06-11 · Shuo Jiang, Min Xie, Jianxi Luo

In complex engineering systems, the interdependencies among components or development activities are often modeled and analyzed using Design Structure Matrix (DSM). Reorganizing elements within a DSM to minimize feedback…

Combinatorial OptimizationMathematical Reasoning

Your Code Agent Can Grow Alongside You with Structured Memory

2026-02-25 · Yi-Xuan Deng, Xiaoqin Liu, Yi Zhang, Guo-Wei Yang 외 arxiv

While "Intent-oriented programming" (or "Vibe Coding") redefines software engineering, existing code agents remain tethered to static code snapshots. Consequently, they struggle to model the critical information embedded…

Frontier-Eng: Benchmarking Self-Evolving Agents on Real-World Engineering Tasks with Generative Optimization

2026-04-14 · Yizhe Chi, Deyao Hong, Dapeng Jiang, Tianwei Luo 외 arxiv

Current LLM agent benchmarks, which predominantly focus on binary pass/fail tasks such as code generation or search-based question answering, often neglect the value of real-world engineering that is often captured throu…

Question AnsweringCode Generation

STRIDE: Automating Reward Design, Deep Reinforcement Learning Training and Feedback Optimization in Humanoid Robotics Locomotion

2025-02-07 · Zhenwei Wu, Jinxiong Lu, Yuxiao Chen, Yunxin Liu 외

Humanoid robotics presents significant challenges in artificial intelligence, requiring precise coordination and control of high-degree-of-freedom systems. Designing effective reward functions for deep reinforcement lear…

Deep Reinforcement Learning

Agentic Program Repair from Test Failures at Scale: A Neuro-symbolic approach with static analysis and test execution feedback

2025-07-24 · Chandra Maddila, Adam Tait, Claire Chang, Daniel Cheng 외 arxiv

Aim: With the advent of LLMs, sophisticated agentic program repair has become viable at large organizations with large codebases. In this work, we develop an Engineering Agent that fixes the source code based on test fai…

Program Repair