instruction stringclasses 5
values | input stringclasses 1
value | output stringclasses 5
values | metadata dict |
|---|---|---|---|
You are an A.S.P.E.N. game agent. Task: Scavenge for resources | Current game state and available actions | Navigate to resource node, collect Stellar Ore, return to base | {
"agent_type": "npc",
"complexity": "medium",
"game": "aspen"
} |
You are an A.S.P.E.N. game agent. Task: Defend zone | Current game state and available actions | Detect enemy, engage combat, call for backup if overwhelmed | {
"agent_type": "npc",
"complexity": "medium",
"game": "aspen"
} |
You are an A.S.P.E.N. game agent. Task: Trade items | Current game state and available actions | Evaluate inventory, find best prices, execute trade | {
"agent_type": "npc",
"complexity": "medium",
"game": "aspen"
} |
You are an A.S.P.E.N. game agent. Task: Complete quest | Current game state and available actions | Accept quest, gather requirements, complete objectives, claim reward | {
"agent_type": "npc",
"complexity": "medium",
"game": "aspen"
} |
You are an A.S.P.E.N. game agent. Task: Upgrade equipment | Current game state and available actions | Assess current gear, find upgrade materials, craft improvement | {
"agent_type": "npc",
"complexity": "medium",
"game": "aspen"
} |
YAML Metadata Warning:The task_categories "image-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other
A.S.P.E.N. Game Resources Dataset
Dataset Description
This dataset contains procedurally generated game resources for the A.S.P.E.N. (Autonomous Space Station for Procedural Exploration and Narrative) game project.
Contents
- 10,000+ Procedural Items: Weapons, armor, consumables, artifacts
- 200 NPCs: Sentinel commanders, drones, rust-walkers, void crawlers
- 120 World Resource Nodes: Distributed across 8 zones
- AI Training Data: Agent behavior examples
- Texture Prompts: Stable Diffusion prompts for asset generation
Supported Tasks
- Procedural content generation
- Game asset creation
- AI agent training
- Lore generation
Languages
English (game data), JSON (structured data), SQL (database imports)
Dataset Structure
Data Instances
{
"id": 20001,
"name": "Obsidian Blade of the Void",
"type": "weapon",
"base_value": 45000,
"alch_value": 27000,
"weight": 3.2,
"tier": 7
}
Data Fields
id: Unique identifiername: Item/NPC nametype: Category classificationtier: Power level (1-10)signature: Content verification hash
Data Splits
generated_items.json: 10,000 itemsgenerated_npcs.json: 200 NPCshf_agent_training.json: AI training datahf_*_prompts.json: Asset generation prompts
Dataset Creation
Curation Rationale
Created to support procedural game content generation and AI-driven game development for the A.S.P.E.N. RSPS project.
Source Data
Generated programmatically using Python scripts with randomized attributes, names, and properties based on cyberpunk/sci-fi themes.
Annotations
All content is automatically annotated with:
- Type classifications
- Tier/rarity ratings
- Faction assignments (NPCs)
- Zone distributions (world nodes)
Considerations
Personal Information
No personal information included. All data is fictional game content.
Social Impact
Dataset supports open-source game development and procedural content generation research.
Additional Information
Dataset Curators
A.S.P.E.N. Development Team
Licensing Information
MIT License - Free for commercial and non-commercial use
Citation Information
@dataset{aspen_game_resources,
title={A.S.P.E.N. Game Resources Dataset},
author={misterdonn},
year={2026},
publisher={Hugging Face},
url={https://huggingface.co/datasets/misterdonn/aspen-game-resources}
}
Contributions
Contributions welcome! Submit pull requests or open issues on GitHub.
- Downloads last month
- 30