Skip to content

Python Joint Asynchronous Multi Modell Agenten Based Simulation Programm

License

Notifications You must be signed in to change notification settings

schmocker/Pyjamas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyjamas alt text

Pyjamas is a web-based simulation environment. The word Pyjamas is short for:

  • Python: Pyjamas is running mainly on python.
  • Joint: Pyjamas grew out of a collaboration within the FHNW.
  • Agent based: Pyjamas allows the simulation und replication of agent based models.
  • Modular: Pyjamas is all about modular construction of models.
  • Asynchronous: Pyjamas is based on asynchronous functions.
  • Simulation program: That's actually what Pyjamas is all about!

For more information go to the Pyjamas Wiki

Pyjamas Core

The Simulation Core (without the flask app and the pre-existing models) is implemented seperatly and can be installed using:

pip install pyjamas-core

Dependencies

Install all dependencies using:

pip install -r requirements.txt