Skip to content

Commit 7c4a609

Browse files
committed
Updated projects JSON
1 parent c263c06 commit 7c4a609

File tree

2 files changed

+49
-3
lines changed

2 files changed

+49
-3
lines changed

public/projects.json

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,22 @@
219219
"project_description": "Evaluation of different models to predict the failure of AI agents in power systems tasks.",
220220
"project_url": "",
221221
"project_website": "",
222-
"top_repositories": [],
222+
"top_repositories": [
223+
{
224+
"name": "failure_prediction",
225+
"url": "https://github.com/AI4REALNET/failure_prediction",
226+
"stars": 0,
227+
"is_fork": false,
228+
"topics": [
229+
"failure-prediction"
230+
]
231+
}
232+
],
223233
"total_stars": 0,
224-
"total_repositories": 0,
225-
"project_tags": []
234+
"total_repositories": 1,
235+
"project_tags": [
236+
"failure-prediction"
237+
]
226238
},
227239
{
228240
"project_name": "Maze Flatland",
@@ -247,5 +259,31 @@
247259
"project_tags": [
248260
"maze-flatland"
249261
]
262+
},
263+
{
264+
"project_name": "Neural Prioritized Planning",
265+
"project_topic": "neural-prioritized-planning",
266+
"project_area": "Artificial Intelligence",
267+
"project_description": "This repository implements two solvers, Conflict-Based Search (CBS) and Prioritized Planning (PP)",
268+
"project_url": "",
269+
"project_website": "",
270+
"top_repositories": [
271+
{
272+
"name": "flatland-blackbox",
273+
"url": "https://github.com/AI4REALNET/flatland-blackbox",
274+
"stars": 0,
275+
"is_fork": false,
276+
"topics": [
277+
"flatland",
278+
"neural-prioritized-planning"
279+
]
280+
}
281+
],
282+
"total_stars": 0,
283+
"total_repositories": 1,
284+
"project_tags": [
285+
"flatland",
286+
"neural-prioritized-planning"
287+
]
250288
}
251289
]

public/projects_input.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,13 @@
7070
"project_description": "Maze-Flatland wraps and extends the flatland-rl environment in maze-rl, making it a powerful AI training ground.",
7171
"project_url": "",
7272
"project_website": ""
73+
},
74+
{
75+
"project_name": "Neural Prioritized Planning",
76+
"project_topic": "neural-prioritized-planning",
77+
"project_area": "Artificial Intelligence",
78+
"project_description": "This repository implements two solvers, Conflict-Based Search (CBS) and Prioritized Planning (PP)",
79+
"project_url": "",
80+
"project_website": ""
7381
}
7482
]

0 commit comments

Comments
 (0)