# API documentation ## Architecture - `pybandits` contains the Multi-Armed Bandits (MAB) algorithms. > - {mod}`pybandits.smab` > - {mod}`pybandits.cmab` - `pybandits` provides a configuration framework for the MAB algorithms. > - {mod}`pybandits.model` > - {mod}`pybandits.strategy` > - {mod}`pybandits.actions_manager` - `pybandits` provides a simulation environment framework. > - {mod}`pybandits.smab_simulator` > - {mod}`pybandits.cmab_simulator` ## API Please visit the full [API](fullapi.md) for details.