forked from assume-framework/assume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
44 lines (44 loc) · 1.49 KB
/
Copy pathcodemeta.json
File metadata and controls
44 lines (44 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0001-8345-3889",
"@type": "Person",
"email": "maurer@fh-aachen.de",
"name": "Florian Maurer",
"affiliation": "https://ror.org/04tqgg260"
},
{
"@id": "https://orcid.org/0000-0003-1897-3671",
"@type": "Person",
"email": "nick.harder@inatech.uni-freiburg.de",
"name": "Nick Harder",
"affiliation": "https://ror.org/0245cg223"
},
{
"@id": "https://orcid.org/0009-0009-1389-4844",
"@type": "Person",
"email": "kim.miskiw@kit.edu",
"name": "Kim K. Miskiw",
"affiliation": "https://ror.org/04t3en479"
},
{
"@id": "https://orcid.org/0000-0002-3347-9922",
"@type": "Person",
"email": "manish.khanra@isi.fraunhofer.de",
"name": "Manish Khanra",
"affiliation": "https://ror.org/03vyq6t71"
}
],
"identifier": "https://doi.org/10.5281/zenodo.8088760",
"codeRepository": "https://github.com/assume-framework/assume/",
"datePublished": "2024-11-15",
"dateModified": "2025-11-12",
"dateCreated": "2024-11-13",
"description": "ASSUME - Agent-based Simulation for Studying and Understanding Market Evolution",
"keywords": "agent-based, energy market, simulation, reinforcement learning, bidding",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
"name": "ASSUME",
"version": "v0.5.5"
}