autorl-retrieve-evidence

Retrieve task-grounded paper, baseline, and code evidence for reinforcement learning workflows.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Lingjie-wang/autoRL --skill autorl-retrieve-evidence-lingjie-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autorl-retrieve-evidence
Source: https://github.com/Lingjie-wang/autoRL/tree/main/autorl-skill-workflow-v2/skills/autorl-retrieve-evidence
Command: npx skills add https://github.com/Lingjie-wang/autoRL --skill autorl-retrieve-evidence-lingjie-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reinforcement learning projects often stall because researchers lack grounded evidence about relevant papers, baselines, and reference implementations for their specific task. This Skill collects task-grounded RL evidence so design and implementation decisions rest on concrete prior work rather than guesswork. ## Core Features & Use Cases - Paper Evidence Retrieval: Gather relevant RL research papers tied to the clarified task definition. - Baseline Identification: Surface established baselines that the new workflow should compare against. - Code Evidence Collection: Locate reference implementations and code artifacts supporting the RL workflow. - Use Case: After clarifying an RL task such as training a robotic grasping policy, use this Skill to assemble the supporting papers, baseline algorithms, and open-source code needed before designing the training pipeline. ## Quick Start Use the autorl-retrieve-evidence skill to collect task-grounded paper, baseline, and code evidence for my clarified reinforcement learning workflow.

Frequently Asked Questions about autorl-retrieve-evidence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find relevant RL papers for a specific task?

Provide a clarified description of your reinforcement learning task, and the retrieval process gathers papers whose methods and environments match that task. The result is a grounded evidence set rather than generic keyword search results.

What is task-grounded evidence in reinforcement learning?

Task-grounded evidence is prior work—papers, baselines, and code—selected because it directly relates to your specific RL task, environment, and objectives. It contrasts with broad literature surveys that may not transfer to your setting.

How do I choose baselines for an RL experiment?

Baselines should come from published methods evaluated on tasks similar to yours. This Skill identifies candidate baselines from retrieved evidence so comparisons in your workflow reflect established performance references.

When should evidence retrieval happen in an RL workflow?

Run evidence retrieval after the task is clarified but before algorithm selection and implementation. Decisions about architectures, reward design, and evaluation protocols are more defensible when grounded in retrieved prior work.

What are the limitations of automated RL evidence retrieval?

Retrieval quality depends on how precisely the task is clarified; vague task descriptions yield loosely related evidence. Retrieved papers and code still require manual review to confirm relevance and correctness.