File size: 798 Bytes
745f6b4
 
 
4d5b74a
 
 
 
 
745f6b4
4d5b74a
745f6b4
 
4d5b74a
 
 
 
 
 
 
 
 
 
 
 
8fc2b4e
4d5b74a
 
 
8fc2b4e
4d5b74a
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: GenSim
emoji: 📈
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: 3.3.1
app_file: app.py
pinned: false
license: apache-2.0
---

# Generative Simulation Interactive Demo

This demo is from the paper:

<!-- [Code as Policies: Language Model Programs for Embodied Control](https://code-as-policies.github.io/)
 -->
Below is an interactive demo for the simulated tabletop manipulation domain, seen in the paper section IV.D

## Preparations
1. Obtain an [OpenAI API Key](https://openai.com/blog/openai-api/)

## Usage 
1. Type in desired task name in the box.


## Known Limitations
1. The code generation can fail or generate infeasible tasks. 

## Acknowledgemetn
Thanks to Jacky's [code-as-policies](https://huggingface.co/spaces/jackyliang42/code-as-policies/tree/main) demo.