Skip to content

Commit 5de4556

Browse files
committed
update
1 parent 7fe907c commit 5de4556

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

BLOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Overall we explored the use of LLM in simulation environment and task generation
124124
There are a few limitations which could be interesting future directions
125125
1. The asset diversity limits how GPT-4 can generate high diverse and creative tasks. One interesting future direction is to explore asset generation jointly with code generation.
126126
2. It would be cool to generate thousands of tasks using this pipeline by bootstrapping as well as train an agent that can fit these number of tasks.
127-
3. It would be interesting to carefully study task-level generalization. We have generated an embedding of tasks by use GPT embedding AI to encode the generated code for each task below.
127+
3. It would be interesting to carefully study task-level generalization. We have generated a TSNE plot of the task code embeddings by use GPT embedding AI to encode the generated code for each task below.
128128

129129
![](media/task_embedding.png)
130130

cliport/simgen_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import operator
3030
import csv
3131

32-
openai.api_key = "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"
3332
model = "gpt-4"
3433

3534
def mkdir_if_missing(dst_dir):

media/code_explanation.gif

-397 KB
Binary file not shown.

0 commit comments

Comments
 (0)