Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Rune OSRS Datasets

Datasets for training Old School RuneScape bots.

Contents

  • items.jsonl - 3,904 equipable OSRS items with stats
  • monsters.jsonl - 3,000 OSRS monsters with combat data
  • training_plan.json - Optimal combat training progression
  • explore_data.py - Data exploration script
  • analyze_training_data.py - Analysis script

Statistics

  • Total Items: 24,735
  • Equipable Items: 3,904
  • Total Monsters: 3,000
  • Combat Level Range: 0-1520

Usage

import pandas as pd

# Load items
items = pd.read_json('training_data/items.jsonl', lines=True)

# Load monsters
monsters = pd.read_json('training_data/monsters.jsonl', lines=True)

Training Plan

  • Combat 1-3 → Chicken (CB1, 3 HP)
  • Combat 3-5 → Seagull (CB3, 10 HP)
  • Combat 5-10 → Chompy bird (CB6, 10 HP)
  • Combat 10-20 → Sand Crab (CB15, 60 HP)
  • Combat 20-40 → Blood spawn (CB35, 120 HP)

Source

Data from OSRSBox: https://www.osrsbox.com/

Downloads last month
15

Collection including misterdonn/rune-osrs-datasets