lauriasuo commited on
Commit
34f780c
·
verified ·
1 Parent(s): 86caa60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -4
README.md CHANGED
@@ -2,9 +2,25 @@
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
 
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Code: [More Information Needed]
9
- - Paper: [More Information Needed]
10
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
+ pipeline_tag: robotics
6
  ---
7
 
8
+ PointGoal navigation policy trained with the FrodoBots8K dataset.
9
+
10
+ Presented in the paper [Data scaling for navigation in unknown environments](https://arxiv.org/abs/2601.09444)
11
+
12
+ [Project page](https://lasuomela.github.io/navigation_scaling/) | [Code](https://github.com/lasuomela/NavigationScaling)
13
+
14
+ ## Details
15
+
16
+ Architecture:
17
+
18
+ MLP-BC with Theia encoder + MLP action head
19
+
20
+ Dataset:
21
+
22
+ 512H total, 8H from 64 distinct geographical locations
23
+
24
+ ## Usage
25
+
26
+ See the Github repo