Skip to content

Commit 6c6d59a

Browse files
authored
Added train_fmu_gym to tools.json (#834)
1 parent 021f873 commit 6c6d59a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
503 KB
Loading

static/assets/tools.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
[
2+
{
3+
"name": "train_fmu_gym",
4+
"license": "commercial",
5+
"url": "https://codebase.helmholtz.cloud/dlr-vsdc/train_fmu_gym",
6+
"logo": "train_fmu_gym_logo.png",
7+
"vendor": "German Aerospace Center (DLR), Institute of Vehicle Concepts, Department of Vehicle System Dynamics and Control",
8+
"vendorURL": "http://vsdc.de/",
9+
"examplesURL": "https://codebase.helmholtz.cloud/dlr-vsdc/train_fmu_gym",
10+
"description": "A Python-based framework leveraging the Functional Mock-up Interface (FMI) to train, validate, and assess Deep Reinforcement Learning agents",
11+
"features": [],
12+
"platforms": [
13+
"Linux",
14+
"Windows"
15+
],
16+
"interfaces": [
17+
"CLI"
18+
],
19+
"fmiVersions": [
20+
"2.0",
21+
"3.0"
22+
],
23+
"fmuExport": [
24+
],
25+
"fmuImport": [
26+
"CS"
27+
],
28+
"layeredStandards": []
29+
},
230
{
331
"name": "ONNX2FMU",
432
"license": "osi",

0 commit comments

Comments
 (0)