API Reference¶
This section contains the complete API documentation for scikit-agent.
Overview¶
The scikit-agent API is organized into several main modules:
Blocks - Building blocks – modular model components
Bellman Periods - Bellman periods and the meta-model notation
Models - Canonical models from scientific literature
Algorithms - Solution algorithms and optimization methods
Environments - Environment adapters for reinforcement-learning algorithms
Loss Functions - Loss functions for neural network training
Distributions - Distributions for shocks and initial conditions
Simulation - Simulation tools and analysis functions
Parsing - Parsing strings into mathematical expressions
Model Analysis and Visualization - Model analysis and visualization
Utils - Utility functions and helpers
Quick Reference¶
For a quick overview of the most commonly used classes and functions, see the examples in our Examples.