# ABIDES ABIDES is an agent-based interactive discrete event simulation written in Python3. The ABIDES Kernel and base Agents can be used for any discrete event simulation, but the current "batteries included" Agent classes are oriented to multi-agent financial market simulation. ## ABIDES Wiki The ABIDES wiki is a place to house tutorials and HOWTO documents for common simulation tasks. ## Example Configurations / Tutorials This section contains an expanding selection of use cases with tutorial content. * [Tutorial: Reference Market Simulation Configuration](RMSC03) * [Tutorial: Create your own experimental agent](ExperimentalAgents) * [Sparse Discrete Mean Reverting Market](SparseDiscreteMeanRevertingMarket) * [Backtesting](Backtesting) * [Sum Service](SumService)