LeroyWaa commited on
Commit
4d5b74a
β€’
1 Parent(s): a2e706b
Files changed (1) hide show
  1. README.md +25 -5
README.md CHANGED
@@ -1,11 +1,31 @@
1
  ---
2
  title: GenSim
3
  emoji: πŸ“ˆ
4
- colorFrom: gray
5
- colorTo: blue
6
- sdk: static
 
 
7
  pinned: false
8
- license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.