User Guide

Welcome to the scikit-agent user guide! This comprehensive guide will help you get started with building, solving, and simulating economic models using scikit-agent.

What is scikit-agent?

scikit-agent is a Python package for agent-based economic modeling that follows scikit-learn conventions. It provides:

🧱 Modular Architecture: Build models using composable “blocks” that represent different stages or aspects of economic behavior.

🔬 Multiple Solution Methods: Choose from value function iteration, neural networks, and other modern computational approaches.

📊 Rich Simulation Tools: Generate synthetic data with powerful Monte Carlo simulators that handle heterogeneity, aging, and complex dynamics.

🐍 Pythonic API: Familiar patterns for Python users with clear, readable code.

Getting Started

If you’re new to scikit-agent, start here:

Core Concepts

Learn about the fundamental concepts and components:

Topics Covered

Need Help?

Contributing

scikit-agent is an open-source project and welcomes contributions! Whether you’re:

  • Reporting bugs

  • Suggesting new features

  • Contributing code

  • Improving documentation

  • Sharing examples

See our contribution guidelines in the repository for how to get involved.


Ready to get started? Head to the Quickstart Guide guide!