berni

BERNI: Framework for modelling agent-based societies that evolve with text interactions

https://github.com/zakhardavydov/berni

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

BERNI: Framework for modelling agent-based societies that evolve with text interactions

Basic Info
  • Host: GitHub
  • Owner: zakhardavydov
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 116 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

BERNI

Framework for modelling agent-based societies that evolve with text interactions

Get started

Using poetry

Install poetry: bash curl -sSL https://install.python-poetry.org | python3 -

Run a shell in the project's environment: bash poetry shell

Run play.py to test the simulation: bash python play.py game_setup/monks/low_mistral.yaml

Run dig.py to generate experiment vizualization

bash python dig.py metrics/<experiment_id> -1

If the simulation has terminated pre-limenary, run fix_incomplete.py to generate statistics from raw text log.

bash python fix_incomplete.py metrics/<experiment_id>

Owner

  • Name: Zakhar Davydov
  • Login: zakhardavydov
  • Kind: user
  • Location: London, United Kingdom
  • Company: MalevichAI

CS at UCL

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

mlflow_docker/Dockerfile docker
  • python 3.10-slim-buster build
mlflow_docker/requirements.txt pypi
  • boto3 ==1.34.1
  • cryptography ==41.0.7
  • mlflow ==2.9.2
  • pymysql ==1.1.0
poetry.lock pypi
  • 206 dependencies
pyproject.toml pypi
  • accelerate ^0.29.2
  • boto3 ^1.28.76
  • colorcet ^3.1.0
  • imageio ^2.34.0
  • jupyterlab ^4.0.7
  • langchain ^0.1.11
  • langchain-community ^0.0.33
  • llama-cpp-python ^0.2.61
  • matplotlib ^3.8.1
  • mlflow ^2.8.0
  • mpld3 ^0.5.9
  • networkx ^3.2.1
  • numpy ^1.26.1
  • openai ^0.28.1
  • pydantic ^2.4.2
  • pydantic-settings ^2.0.3
  • pytest ^7.4.3
  • python >=3.11,<3.13
  • python-dotenv ^1.0.0
  • seaborn ^0.13.0
  • statsmodels ^0.14.0
  • torch ^2.2.2
  • tqdm ^4.66.1
  • transformers ^4.39.3
  • wandb ^0.15.12