nielsr HF Staff commited on
Commit
d28cb8c
·
verified ·
1 Parent(s): d1125e4

Add model card

Browse files

This PR adds a model card with the relevant `robotics` pipeline tag, and links to the paper, code, and project page. It also adds the Apache-2.0 license, which is the license used for the code in the Github repository.

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: robotics
4
+ ---
5
+
6
+ This repository contains the model described in [LangCoop: Collaborative Driving with Language](https://huggingface.co/papers/2504.13406).
7
+
8
+ Project page: https://xiangbogaobarry.github.io/LangCoop/
9
+ Code: https://github.com/taco-group/LangCoop