Spaces:
Runtime error
Runtime error
update
Browse files
README.md
CHANGED
@@ -1,11 +1,31 @@
|
|
1 |
---
|
2 |
title: GenSim
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
|
|
|
|
7 |
pinned: false
|
8 |
-
license:
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: GenSim
|
3 |
emoji: π
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.3.1
|
8 |
+
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# Generative Simulation Interactive Demo
|
14 |
+
|
15 |
+
This demo is from the paper:
|
16 |
+
|
17 |
+
<!-- [Code as Policies: Language Model Programs for Embodied Control](https://code-as-policies.github.io/)
|
18 |
+
-->
|
19 |
+
Below is an interactive demo for the simulated tabletop manipulation domain, seen in the paper section IV.D
|
20 |
+
|
21 |
+
## Preparations
|
22 |
+
1. Obtain an [OpenAI API Key](https://openai.com/blog/openai-api/)
|
23 |
+
|
24 |
+
## Usage
|
25 |
+
|
26 |
+
## Example Instructions
|
27 |
+
|
28 |
+
## Known Limitations
|
29 |
+
|
30 |
+
## Acknowledgemetn
|
31 |
+
Thanks to Jacky's [code-as-policies](https://huggingface.co/spaces/jackyliang42/code-as-policies/tree/main) demo.
|