Create README.md
Browse filesLangNav helps facilitate natural language understanding in semantic navigation, where the agent navigates to multiple goals, with each goal objects specified using language descriptions. The descriptions can detail an object with various amounts of specificity, for example `Go to the couch' vs `Go to the black couch' vs `Go to the black three piece L-shaped sectional couch'.
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- embodied_ai
|
9 |
+
- semantic_navigation
|
10 |
+
- multiobject_navigation
|
11 |
+
pretty_name: langnav
|
12 |
+
size_categories:
|
13 |
+
- 100M<n<1B
|
14 |
+
---
|