Module tinytroupe.examples
Expand source code
import logging
logger = logging.getLogger("tinytroupe")
from tinytroupe import default
###########################################################################
# Exposed API
###########################################################################
from .agents import *
from .loaders import *
Sub-modules
tinytroupe.examples.agents
-
Some examples of how to use the tinytroupe library. These can be used directly or slightly modified to create your own ' agents.
tinytroupe.examples.loaders