Skip to content
/ DASH Public

Public repository for the DASH cognitive agent framework

Notifications You must be signed in to change notification settings

ceftb/DASH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash agent-based modeling framework

Packages

  1. dash-java folder contains the legacy Java package.
  2. Dash2 folder contains the new dash library written in Python.

Installation

To install Dash2 (python), run the following command.

python setup.py install

Dash2 can also be installed directly from github using pip with the following command:

pip install git+https://github.com/cuts/webdash.git