https://github.com/agenttorch/visualize

https://github.com/agenttorch/visualize

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AgentTorch
  • Language: Python
  • Default Branch: main
  • Size: 14.6 KB
Statistics
  • Stars: 5
  • Watchers: 3
  • Forks: 79
  • Open Issues: 78
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

readme.md

Visualizing AgentTorch Simulations

This module provides a Python API that works seamlessly with AgentTorch to visualize a simulation using the trajectory of its state.

The various supported types of visualizations are described below. To request/add a new visualization, please open a pull request or an issue.

GeoPlot

This visualization renders a 3-D plot of the data given the state trajectory of a simulation, and the path of the property to render.

It generates an HTML file that contains code to render the plot using Cesium Ion, and the GeoJSON file of data provided to the plot.

An example of its usage is as follows:

```py from agent_torch.visualize import GeoPlot

create a simulation

...

create a visualizer

geoplot = GeoPlot(config, cesium_token)

visualize in the runner-loop

for i in range(0, numepisodes): runner.step(numstepsperepisode)

geoplot.visualize( name = f"consumer-money-spent-{i}", statetrajectory = runner.statetrajectory, entityposition = "consumers/coordinates", entityproperty = "consumers/money_spent", ) ```

Owner

  • Name: AgentTorch
  • Login: AgentTorch
  • Kind: organization

GitHub Events

Total
  • Issues event: 7
  • Watch event: 5
  • Issue comment event: 133
  • Push event: 1
  • Pull request review event: 5
  • Pull request review comment event: 5
  • Pull request event: 75
  • Fork event: 83
Last Year
  • Issues event: 7
  • Watch event: 5
  • Issue comment event: 133
  • Push event: 1
  • Pull request review event: 5
  • Pull request review comment event: 5
  • Pull request event: 75
  • Fork event: 83

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 7
  • Total pull requests: 58
  • Average time to close issues: 9 months
  • Average time to close pull requests: 13 days
  • Total issue authors: 6
  • Total pull request authors: 57
  • Average comments per issue: 16.14
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 7
  • Pull requests: 58
  • Average time to close issues: 9 months
  • Average time to close pull requests: 13 days
  • Issue authors: 6
  • Pull request authors: 57
  • Average comments per issue: 16.14
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • BISWASAHANA (2)
  • kamalcherala (1)
  • DastureSachin (1)
  • SrushtiPatil-tech (1)
  • gamemaker1 (1)
  • tatheer-fathima (1)
Pull Request Authors
  • 0xSiddu (2)
  • dharanitharan27 (1)
  • aditi75432 (1)
  • AkshayHaldar (1)
  • DarshiniKurasa (1)
  • Vincenzo-Verma (1)
  • VaibhavSharma24 (1)
  • vansh-attri (1)
  • Shivanshu0729 (1)
  • CoDIngDEMon018 (1)
  • rashap224 (1)
  • Sahil-raiden (1)
  • Krixna-Kant (1)
  • BhumikaSigadapu3 (1)
  • harsh41414141414 (1)
Top Labels
Issue Labels
documentation (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 25 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: agent-torch-visualize

visualizing large population models

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 25 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.3%
Dependent repos count: 51.4%
Maintainers (1)
Last synced: 10 months ago

Dependencies

pyproject.toml pypi
  • numpy *
  • pandas *