-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcodemeta.json
86 lines (86 loc) · 2.29 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0009-0000-0056-4322",
"@type": "Person",
"email": "[email protected]",
"name": "Pedro2712",
"affiliation": "INSPER"
},
{
"@id": "",
"@type": "Person",
"email": "",
"name": "Luis Filipe Carrete",
"affiliation": "INSPER"
},
{
"@id": "https://orcid.org/0009-0008-1237-3353",
"@type": "Person",
"email": "[email protected]",
"name": "RicardoRibeiroRodrigues",
"affiliation": "INSPER"
},
{
"@id": "",
"@type": "Person",
"email": "",
"name": "leonardo.malta",
"affiliation": "INSPER"
},
{
"@id": "",
"@type": "Person",
"email": "",
"name": "Manuel Castanares",
"affiliation": "INSPER"
},
{
"@id": "https://orcid.org/0009-0001-5943-0481",
"@type": "Person",
"email": "[email protected]",
"name": "renatex333",
"affiliation": "INSPER"
},
{
"@id": "",
"@type": "Person",
"email": "",
"name": "Enrico",
"affiliation": "INSPER"
},
{
"@id": "",
"@type": "Person",
"email": "",
"name": "leonardodma",
"affiliation": "INSPER"
},
{
"@id": "https://orcid.org/0000-0001-6263-121X",
"@type": "Person",
"email": "[email protected]",
"name": "Fabricio J Barth",
"affiliation": "INSPER"
},
{
"@id": "https://orcid.org/0009-0005-1883-8703",
"@type": "Person",
"email": "[email protected]",
"name": "Jorás Oliveira",
"affiliation": "INSPER"
}
],
"identifier": "",
"codeRepository": "https://github.com/pfeinsper/drone-swarm-search",
"datePublished": "2024-04-25",
"dateModified": "2024-04-25",
"dateCreated": "2024-04-25",
"description": "The Drone Swarm Search project provides an environment for SAR missions built on PettingZoo, where agents, represented by drones, are tasked with locating targets identified as shipwrecked individuals.",
"keywords": "reinforcement learning, AI, multi-agent, marl, pettingzoo",
"license": "MIT",
"title": "DSSE",
"version": "v1.0.3"
}