ShawnRu commited on
Commit
26a1b95
·
verified ·
1 Parent(s): 2167cfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -15
README.md CHANGED
@@ -5,6 +5,7 @@ language:
5
  tags:
6
  - agent
7
  ---
 
8
  <h1 align="center"> 🌊 OceanGym 🦾 </h1>
9
  <h3 align="center"> A Benchmark Environment for Underwater Embodied Agents </h3>
10
 
@@ -15,7 +16,7 @@ tags:
15
  ☁️ <a href="https://drive.google.com/drive/folders/1H7FTbtOCKTIEGp3R5RNsWvmxZ1oZxQih?usp=sharing" target="_blank">Google Drive</a>
16
  </p>
17
 
18
- <img src="asset\img\o1.png" align=center>
19
 
20
  **OceanGym** is a high-fidelity embodied underwater environment that simulates a realistic ocean setting with diverse scenes. As illustrated in figure, OceanGym establishes a robust benchmark for evaluating autonomous agents through a series of challenging tasks, encompassing various perception analyses and decision-making navigation. The platform facilitates these evaluations by supporting multi-modal perception and providing action spaces for continuous control.
21
 
@@ -263,23 +264,29 @@ C:\Users\Windows\AppData\Local\holoocean\2.0.0\worlds\Ocean
263
 
264
  **1. If you're use it in first time, you have to compile it**
265
 
266
- 1-1. find the Holodeck.uproject in **engine** folder \
267
- <img src="asset\img\pic1.png" style="width: 60%; height: auto;" align="center">
 
 
 
 
 
 
 
 
 
268
 
269
- 1-2. Right-click and select:Generate Visual Studio project files \
270
- <img src="asset\img\pic2.png" style="width: 60%; height: auto;" align="center">
 
271
 
272
- 1-3. If the version is not 5.3.2,please choose the Switch Unreal Engine Version \
273
- <img src="asset\img\pic3.png" style="width: 60%; height: auto;" align="center">
274
 
275
- 1-4. Then open the project \
276
- <img src="asset\img\pic4.png" style="width: 60%; height: auto;" align="center">
277
 
278
- **2. Then find the `HAIDI` map in `demo` directory** \
279
- <img src="asset\img\pic5.png" style="width: 60%; height: auto;" align="center">
280
 
281
- **3. Run the project** \
282
- <img src="asset\img\pic6.png" style="width: 60%; height: auto;" align="center">
283
 
284
  # 🧠 Decision Task
285
 
@@ -586,13 +593,13 @@ python perception/task/init_map_with_sonar.py \
586
 
587
  ## Decision Task
588
 
589
- <img src="asset\img\t1.png" align=center>
590
 
591
  - This table is the performance in decision tasks requiring autonomous completion by MLLM-driven agents.
592
 
593
  ## Perception Task
594
 
595
- <img src="asset\img\t2.png" align=center>
596
 
597
  - This table is the performance of perception tasks across different models and conditions.
598
  - Values represent accuracy percentages.
 
5
  tags:
6
  - agent
7
  ---
8
+
9
  <h1 align="center"> 🌊 OceanGym 🦾 </h1>
10
  <h3 align="center"> A Benchmark Environment for Underwater Embodied Agents </h3>
11
 
 
16
  ☁️ <a href="https://drive.google.com/drive/folders/1H7FTbtOCKTIEGp3R5RNsWvmxZ1oZxQih?usp=sharing" target="_blank">Google Drive</a>
17
  </p>
18
 
19
+ <img src="asset/img/o1.png" align=center>
20
 
21
  **OceanGym** is a high-fidelity embodied underwater environment that simulates a realistic ocean setting with diverse scenes. As illustrated in figure, OceanGym establishes a robust benchmark for evaluating autonomous agents through a series of challenging tasks, encompassing various perception analyses and decision-making navigation. The platform facilitates these evaluations by supporting multi-modal perception and providing action spaces for continuous control.
22
 
 
264
 
265
  **1. If you're use it in first time, you have to compile it**
266
 
267
+ 1-1. find the Holodeck.uproject in **engine** folder
268
+
269
+ <img src="asset/img/pic1.png" style="width: 60%; height: auto;" align="center">
270
+
271
+ 1-2. Right-click and select:Generate Visual Studio project files
272
+
273
+ <img src="asset/img/pic2.png" style="width: 60%; height: auto;" align="center">
274
+
275
+ 1-3. If the version is not 5.3.2,please choose the Switch Unreal Engine Version
276
+
277
+ <img src="asset/img/pic3.png" style="width: 60%; height: auto;" align="center">
278
 
279
+ 1-4. Then open the project
280
+
281
+ <img src="asset/img/pic4.png" style="width: 60%; height: auto;" align="center">
282
 
283
+ **2. Then find the `HAIDI` map in `demo` directory**
 
284
 
285
+ <img src="asset/img/pic5.png" style="width: 60%; height: auto;" align="center">
 
286
 
287
+ **3. Run the project**
 
288
 
289
+ <img src="asset/img/pic6.png" style="width: 60%; height: auto;" align="center">
 
290
 
291
  # 🧠 Decision Task
292
 
 
593
 
594
  ## Decision Task
595
 
596
+ <img src="asset/img/t1.png" align=center>
597
 
598
  - This table is the performance in decision tasks requiring autonomous completion by MLLM-driven agents.
599
 
600
  ## Perception Task
601
 
602
+ <img src="asset/img/t2.png" align=center>
603
 
604
  - This table is the performance of perception tasks across different models and conditions.
605
  - Values represent accuracy percentages.