finish benchmark debug

This commit is contained in:
hufei.hofee
2026-03-19 01:43:02 +08:00
parent cc9815f3b8
commit 1b30c3f96a
5 changed files with 257 additions and 189 deletions

28
Readme.md Normal file
View File

@@ -0,0 +1,28 @@
# StarVLA Benchmark
## 1 Installation
### 1.1 Install Fastsim
Install Fastsim from: [https://git.hofee.cn/hofee/fastsim.git](https://git.hofee.cn/hofee/fastsim.git)
### 1.2 Install StarVLA
Install edited version of StarVLA from `XiongHao Wu`
## 2 Run Benchmark
### 2.1 Run FastSim
```bash
conda activate fastsim
joysim launch_simulation --config ./benchmark.yaml # policy will be auto-scanned.
```
### 2.2 Run StarVLA inference server
```bash
conda activate starvla
python starvla_inference_server.py --config ./benchmark.yaml
```