paper-with-me

Papers

The Atari Data Scraper

2021-04-11 · Brittany Davis Pierson, Justine Ventura, Matthew E. Taylor

Reinforcement learning has made great strides in recent years due to the success of methods using deep neural networks. However, such neural networks act as a black box, obscuring the inner workings. While reinforcement learning has the potential to solve unique problems, a lack of trust and understanding of reinforcement learning algorithms could prevent their widespread adoption. Here, we present a library that attaches a "data scraper" to deep reinforcement learning agents, acting as an observer, and then show how the data collected by the Atari Data Scraper can be used to understand and interpret deep reinforcement learning agents. The code for the Atari Data Scraper can be found here: https://github.com/IRLL/Atari-Data-Scraper

📄 PDF Abstract BibTeX arXiv:2104.04893

Code (1)

IRLL/Atari-Data-Scraper

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

AutoScraper: A Progressive Understanding Web Agent for Web Scraper Generation

2024-04-19 · Wenhao Huang, Zhouhong Gu, Chenghao Peng, Zhixu Li 외

Web scraping is a powerful technique that extracts data from websites, enabling automated data collection, enhancing data analysis capabilities, and minimizing manual data entry efforts. Existing methods, wrappers-based …

Action Generation

Identifying AI Web Scrapers Using Canary Tokens

2026-05-13 · Steven Seiden, Triss Ren, Caroline Zhang, Taein Kim 외 arxiv

From pre-training to query-time augmentation, web-scraped data helps to improve the quality and contextual relevancy of content generated by large language models (LLMs). However, large-scale web scraping to feed LLMs ca…

Cleaner Pretraining Corpus Curation with Neural Web Scraping

2024-02-22 · Zhipeng Xu, Zhenghao Liu, Yukun Yan, Zhiyuan Liu 외

The web contains large-scale, diverse, and abundant information to satisfy the information-seeking needs of humans. Through meticulous data collection, preprocessing, and curation, webpages can be used as a fundamental d…

Language ModelingLanguage Modelling

Co-Scraper: query-aware DOM Pruning and Reusable Scraper Synthesis for Lightweight Web Data Extraction

2026-06-12 · Shoupeng Wang, Jiantao Qiu, Wuyang Zhang, Conghui He arxiv

The abundant and heterogeneous nature of web content necessitates automated information extraction, and generating scrapers that can be reused across similar web pages offers an effective solution for scalable data extra…

Information Extraction

Webscraper: Leverage Multimodal Large Language Models for Index-Content Web Scraping

2026-03-31 · Guan-Lun Huang, Yuh-Jzer Joung arxiv

Modern web scraping struggles with dynamic, interactive websites that require more than static HTML parsing. Current methods are often brittle and require manual customization for each site. To address this, we introduce…