Skip to main content

No project description provided

Project description

michie

Distributed high-throughput pythonic framework for multi-agent simulations

Installation

michie is available on PyPI. To install it

pip install michie

Usage

In michie each object has its own state and there is one global state

There are three distinct types of operations in michie:

  • GlobalStateMappers
    • Can read and write every state
    • Can read and wite the global state
    • Are executed synchronously from the Master process
  • StateMappers
    • Can read and write one state
    • Can only read the global state
    • Are executed asynchronously from the Worker processes
  • Transitions
    • Can read and write one state
    • Cannot read the global state
    • Are executed asynchronously from the Worker processes

Examples

You can find some examples here

Contributions and license

The code is distributed as Free Software under the GNU/GPLv3 license. It is not only possible, but also encouraged, to copy, adapt, and republish it.

If you have any further questions, please contact me at federico.galatolo@ing.unipi.it or on Telegram @galatolo.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

michie-0.1.tar.gz (20.7 kB view hashes)

Uploaded Source

Built Distribution

michie-0.1-py3-none-any.whl (25.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page