-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
58 lines (58 loc) · 2.01 KB
/
codemeta.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0002-7928-3722",
"@type": "Person",
"email": "[email protected]",
"name": "Peter St. John",
"affiliation": "Biosciences Center, National Renewable Energy Laboratory, Golden CO 80401, USA"
},
{
"@id": "0000-0001-6140-1957",
"@type": "Person",
"email": "[email protected]",
"name": "Dave Biagioni",
"affiliation": "Computational Sciences Center, National Renewable Energy Laboratory, Golden CO 80401, USA"
},
{
"@id": "0000-0003-0078-6560",
"@type": "Person",
"email": "[email protected]",
"name": "Struan Clark",
"affiliation": "Computational Sciences Center, National Renewable Energy Laboratory, Golden CO 80401, USA"
},
{
"@id": "0000-0002-5867-3561",
"@type": "Person",
"email": "[email protected]",
"name": "Charles Tripp",
"affiliation": "Computational Sciences Center, National Renewable Energy Laboratory, Golden CO 80401, USA"
},
{
"@id": "0000-0001-5132-0168",
"@type": "Person",
"email": "[email protected]",
"name": "Dmitry Duplyakin",
"affiliation": "Computational Sciences Center, National Renewable Energy Laboratory, Golden CO 80401, USA"
},
{
"@id": "0000-0003-2828-1273",
"@type": "Person",
"email": "[email protected]",
"name": "Jeffrey Law",
"affiliation": "Biosciences Center, National Renewable Energy Laboratory, Golden CO 80401, USA"
}
],
"identifier": "",
"codeRepository": "https://github.com/NREL/graph-env",
"datePublished": "2022-07-21",
"dateModified": "2022-07-21",
"dateCreated": "2022-07-21",
"description": "Reinforcement learning on directed graphs",
"keywords": "reinforcement learning, combinatorial optimization",
"license": "BSD 3-Clause License",
"title": "graph-env",
"version": "v0.0.6"
}