dynaplex

DynaPlex is a software library for formulating and solving Markov Decision Problems, written primarily in C++20

https://github.com/dynaplex/dynaplex

Science Score: 44.0%

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

  • CITATION.cff file
    Found 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 (2.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

DynaPlex is a software library for formulating and solving Markov Decision Problems, written primarily in C++20

Basic Info
Statistics
  • Stars: 15
  • Watchers: 4
  • Forks: 4
  • Open Issues: 5
  • Releases: 0
Created almost 2 years ago · Last pushed 9 months ago
Metadata Files
Readme Citation Codeowners

docs/README.md

Documentation

Here we host the documentation for readthedocs. To build documentation yourself, see the instructions in build_docs.md

Owner

  • Name: DynaPlex
  • Login: DynaPlex
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software in your work, please cite it as below."
authors:
  - family-names: Akkerman
    given-names: Fabian
  - family-names: Begnardi
    given-names: Luca
  - family-names: Lo Bianco
    given-names: Riccardo
  - family-names: Temizoz
    given-names: Tarkan
  - family-names: Mes
    given-names: Martijn
  - family-names: van Jaarsveld
    given-names: Willem
title: "DynaPlex"
repository-code: "https://github.com/DynaPlex/DynaPlex"
url: "https://github.com/DynaPlex/DynaPlex"
date-released: 2023-01-01
preferred-citation:
  type: software
  authors:
    - family-names: Akkerman
      given-names: Fabian
    - family-names: Begnardi
      given-names: Luca
    - family-names: Lo Bianco
      given-names: Riccardo
    - family-names: Temizoz
      given-names: Tarkan
    - family-names: Mes
      given-names: Martijn
    - family-names: van Jaarsveld
      given-names: Willem
  title: "DynaPlex"
  year: 2023
  month: 1
  url: "https://github.com/DynaPlex/DynaPlex"
  citation-key: "DynaPlex"

GitHub Events

Total
  • Issues event: 3
  • Watch event: 12
  • Member event: 1
  • Issue comment event: 2
  • Push event: 28
  • Pull request event: 1
  • Fork event: 5
  • Create event: 1
Last Year
  • Issues event: 3
  • Watch event: 12
  • Member event: 1
  • Issue comment event: 2
  • Push event: 28
  • Pull request event: 1
  • Fork event: 5
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • frakkerman (3)
  • WillemvJ (1)
  • Alfredkkk (1)
Pull Request Authors
  • tarkantemizoz (1)
Top Labels
Issue Labels
enhancement (3) question (1)
Pull Request Labels

Dependencies

.github/workflows/pr_build.yml actions
  • actions/checkout v2 composite
docs/pyproject.toml pypi
  • breathe >=4.35 docs
  • ipython >=8.6.0 docs
  • nbsphinx >=0.8.9 docs
  • numpydoc >=1.5.0 docs
  • sphinx-immaterial >=0.11.9 docs
  • python ^3.9,<4.0
  • tomli ^2.0.1
python/environment.yml pypi
  • gymnasium ==0.29.1
  • matplotlib *
  • tianshou ==0.5.1
  • torch_geometric ==2.4.0
python/setup.py pypi