zosika commited on
Commit
c0cb4f7
·
verified ·
1 Parent(s): b6a7252

Update croissant.json

Browse files
Files changed (1) hide show
  1. croissant.json +35 -27
croissant.json CHANGED
@@ -1,29 +1,37 @@
1
  {
2
- "@context": "https://w3id.org/croissant/context.jsonld",
3
- "@type": "Dataset",
4
- "name": "MORL4Water",
5
- "description": "MORL4Water is a flexible modular Gym environment for simulating water management in river systems, designed to train and test multi-objective reinforcement learning (MORL) agents. Includes Nile River Basin, Susquehanna River Basin, and Omo River Basin environments.",
6
- "license": "https://opensource.org/licenses/MIT",
7
- "distribution": [
8
- {
9
- "@type": "DataDownload",
10
- "encodingFormat": "application/vnd.git",
11
- "contentUrl": "https://huggingface.co/datasets/zosika/morl4water"
12
- }
13
- ]
14
- "creator": {
15
- "@type": "Person",
16
- "name": "Zuzanna Osika"
17
- },
18
- "keywords": [
19
- "multi-objective reinforcement learning",
20
- "MORL",
21
- "Gymnasium",
22
- "water management",
23
- "simulation",
24
- "river systems",
25
- "environment modeling"
26
- ],
27
- "datePublished": "2025-04-26"
 
 
 
 
 
 
 
 
28
  }
29
-
 
1
  {
2
+ "@context": {
3
+ "@vocab": "https://schema.org/",
4
+ "croissant": "https://w3id.org/croissant/context.jsonld"
5
+ },
6
+ "@type": "Dataset",
7
+ "name": "MORL4Water",
8
+ "description": "MORL4Water is a modular Gymnasium environment for simulating water management in river systems. It is designed for training and evaluating multi-objective reinforcement learning (MORL) agents. It includes configurations for the Nile River Basin, Susquehanna River Basin, and Omo River Basin.",
9
+ "license": "https://opensource.org/licenses/MIT",
10
+ "creator": {
11
+ "@type": "Person",
12
+ "name": "Zuzanna Osika"
13
+ },
14
+ "datePublished": "2025-04-26",
15
+ "version": "1.0.0",
16
+ "citation": "Osika, Z. (2025). MORL4Water: A Gymnasium environment for multi-objective RL. https://huggingface.co/datasets/zosika/morl4water",
17
+ "keywords": [
18
+ "multi-objective reinforcement learning",
19
+ "MORL",
20
+ "Gymnasium",
21
+ "water management",
22
+ "simulation",
23
+ "river systems",
24
+ "environment modeling"
25
+ ],
26
+ "hasPart": {
27
+ "@type": "FileSet",
28
+ "name": "Simulation Environment",
29
+ "description": "ZIP archive containing the Gymnasium simulation environment code and configuration files.",
30
+ "hasPart": {
31
+ "@type": "FileObject",
32
+ "name": "morl4water.zip",
33
+ "encodingFormat": "application/zip",
34
+ "contentUrl": "https://huggingface.co/osikazuzanna/morl4water/resolve/main/morl4water.zip"
35
+ }
36
  }
37
+ }