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:


This page is under construction. More detailed examples will be added.