You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BLOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Overall we explored the use of LLM in simulation environment and task generation
124
124
There are a few limitations which could be interesting future directions
125
125
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.
126
126
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.
0 commit comments