Quickstart Guide¶
Get up and running with scikit-agent in minutes.
Installation¶
First, install scikit-agent:
pip install scikit-agent
Your First Model¶
Here’s a simple example to get you started:
import scikit_agent as ska
# Example will be added here when the package is fully developed
print("Welcome to scikit-agent!")
Next Steps¶
After completing this quickstart:
Explore the Working with Models guide to understand different model types
Learn about Algorithms Guide for solving your models
Check out Simulation Guide for running analyses
This page is under construction. More detailed examples will be added.