Commit 0907f9db authored by jameskrw's avatar jameskrw
Browse files

updated readme

parent c931d23b
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ python vagen/env/navigation/startx.py 1

```


### FrozenLake
```
# Additional dependencies:
@@ -33,25 +32,5 @@ pip install "gymnasium[toy-text]"
pip install bs4
pip install svgpathtools
pip install cairosvg

# Then run experiment of SVG simply copy the code below
bash vagen/examples/debug_svg_vision_grpo/run.sh
```

### SVGDino
```
# Additional dependencies:
pip install bs4
pip install svgpathtools
pip install cairosvg
pip install flask

# create server for reward model
python vagen/env/svgdino/reward_model_server.py

# test whether reward model server functions well
python vagen/examples/debug_reward_model_server/reward_server_benchmark.py --concurrency 128 --environments 1000 --interactions 3

# Then run experiment of SVG simply copy the code below
bash vagen/examples/debug_svgdino_vision_grpo/run.sh
```
 No newline at end of file