-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo_structure.yaml
408 lines (408 loc) · 15.5 KB
/
repo_structure.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
- path: /data
type: directory
contents:
- path: /data/emotions
type: directory
contents:
- path: /data/emotions/emowoz.csv
type: file
- path: /data/emotions/goemotions.json
type: file
- path: /data/simulations
type: directory
contents:
- path: /data/simulations/api
type: directory
contents:
- path: /data/simulations/api/simulation_manager.py
type: file
- path: /data/simulations/tasks.json
type: file
- path: /docs
type: directory
contents:
- path: /docs/architechture.md
type: file
- path: /docs/contributing.md
type: file
- path: /docs/datasets.md
type: file
- path: /docs/installation.md
type: file
- path: /docs/interaction_workflow.md
type: file
- path: /docs/preprocessing.md
type: file
- path: /docs/roadmap.md
type: file
- path: /LICENSE.md
type: file
- path: /models
type: directory
contents:
- path: /models/emotion
type: directory
contents:
- path: /models/emotion/tgnn
type: directory
contents:
- path: /models/emotion/tgnn/emotional_graph.py
type: file
- path: /models/language
type: directory
contents:
- path: /models/language/gpt-4v
type: directory
contents:
- path: /models/language/llama-3.3
type: directory
contents:
- path: /models/language/long_context_integration.py
type: file
- path: /models/memory
type: directory
contents:
- path: /models/memory/memory_core.py
type: file
- path: /models/narrative
type: directory
contents:
- path: /models/narrative/narrative_engine.py
type: file
- path: /models/predictive
type: directory
contents:
- path: /models/predictive/attention_mechanism.py
type: file
- path: /models/predictive/dreamerv3_wrapper.py
type: file
- path: /models/self_model
type: directory
contents:
- path: /models/self_model/belief_system.py
type: file
- path: /models/self_model/emotion_context_tracker.py
type: file
- path: /models/self_model/intention_tracker.py
type: file
- path: /models/speech
type: directory
contents:
- path: /models/speech/whisper
type: directory
contents:
- path: /models/speech/whisper/whisper_integration.py
type: file
- path: /models/vision-language
type: directory
contents:
- path: /models/vision-language/llava
type: directory
contents:
- path: /models/vision-language/pali-2
type: directory
contents:
- path: /models/vision-language/pali-2/pali2_integration.py
type: file
- path: /models/vision-language/palm-e
type: directory
contents:
- path: /models/vision-language/palm-e/palm_e_integration.py
type: file
- path: /README.md
type: file
- path: /repo_images
type: directory
contents:
- path: /repo_images/acm_thumbnail_1.png
type: file
- path: /requirements.txt
type: file
- path: /scripts
type: directory
contents:
- path: /scripts/setup
type: directory
contents:
- path: /scripts/setup/configure_unreal.sh
type: file
- path: /scripts/setup/install_dependencies.sh
type: file
- path: /scripts/training
type: directory
contents:
- path: /scripts/training/rlhf
type: directory
contents:
- path: /scripts/training/train_emotion_classifier.py
type: file
- path: /scripts/training/train_rlhf.py
type: file
- path: /scripts/training/train_vision_model.py
type: file
- path: /scripts/utils
type: directory
contents:
- path: /scripts/utils/multimodal_fusion.py
type: file
- path: /scripts/utils/multimodal_integration.py
type: file
- path: /scripts/utils/predictive_processing
type: directory
contents:
- path: /scripts/utils/predictive_processing/world_model.py
type: file
- path: /scripts/utils/vector_store_utils.py
type: file
- path: /simulations
type: directory
contents:
- path: /simulations/agents
type: directory
contents:
- path: /simulations/api
type: directory
contents:
- path: /simulations/api/simulation_manager.py
type: file
- path: /simulations/enviroments
type: directory
contents:
- path: /simulations/enviroments/vr_environment.py
type: file
- path: /simulations/scenarios
type: directory
contents:
- path: /simulations/scenarios/ethical_dilemmas.py
type: file
- path: /simulations/scenarios/simple_tasks.py
type: file
- path: /simulations/scenarios/social_interactions.py
type: file
- path: /tech documentation
type: directory
contents:
- path: /tech documentation/A Generalist Agent
type: directory
contents:
- path: /tech documentation/A Generalist Agent/2205.06175v3.md
type: file
- path: /tech documentation/A Generalist Agent/2205.06175v3_meta.json
type: file
- path: /tech documentation/A Generalist Agent/_page_0_Figure_7.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_10_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_11_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_12_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_14_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_15_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_1_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_31_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_31_Figure_3.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_32_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_33_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_34_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_38_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_39_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_4_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_6_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_7_Figure_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_1.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_13.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_17.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_21.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_24.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_28.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_32.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_36.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_41.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_5.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_8_Picture_9.jpeg
type: file
- path: /tech documentation/A Generalist Agent/_page_9_Figure_11.jpeg
type: file
- path: /tech documentation/Dual PatchNorm
type: directory
contents:
- path: /tech documentation/Dual PatchNorm/2302.01327v3.md
type: file
- path: /tech documentation/Dual PatchNorm/2302.01327v3_meta.json
type: file
- path: /tech documentation/Dual PatchNorm/_page_16_Figure_4.jpeg
type: file
- path: /tech documentation/Dual PatchNorm/_page_3_Figure_1.jpeg
type: file
- path: /tech documentation/Dual PatchNorm/_page_7_Figure_4.jpeg
type: file
- path: /tech documentation/Dual PatchNorm/_page_8_Figure_1.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models
type: directory
contents:
- path: /tech documentation/llama3 Herd of Models/llama3_herd.md
type: file
- path: /tech documentation/llama3 Herd of Models/llama3_herd_meta.json
type: file
- path: /tech documentation/llama3 Herd of Models/_page_10_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_11_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_14_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_25_Picture_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_29_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_31_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_31_Figure_2.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_32_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_39_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_3_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_40_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_42_Figure_3.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_43_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_43_Figure_2.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_44_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_46_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_46_Figure_1.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_51_Figure_2.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_52_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_52_Figure_2.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_53_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_54_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_62_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_7_Figure_0.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_7_Figure_2.jpeg
type: file
- path: /tech documentation/llama3 Herd of Models/_page_8_Figure_0.jpeg
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone
type: directory
contents:
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/2206.04040v2.md
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/2206.04040v2_meta.json
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/_page_11_Figure_0.jpeg
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/_page_11_Figure_2.jpeg
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/_page_11_Figure_4.jpeg
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/_page_14_Picture_2.jpeg
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/_page_15_Figure_0.jpeg
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/_page_1_Figure_0.jpeg
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/_page_3_Figure_0.jpeg
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/_page_4_Figure_0.jpeg
type: file
- path: /tech documentation/MobileOne An Improved One millisecond Mobile Backbone/_page_5_Figure_4.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String
type: directory
contents:
- path: /tech documentation/The Virasoro Minimal String/2309.10846v3.md
type: file
- path: /tech documentation/The Virasoro Minimal String/2309.10846v3_meta.json
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_13_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_15_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_19_Figure_7.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_23_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_45_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_49_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_51_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_52_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_55_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_56_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_62_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_63_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_65_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_68_Figure_6.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_6_Figure_1.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_74_Figure_0.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_75_Figure_6.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_99_Figure_6.jpeg
type: file
- path: /tech documentation/The Virasoro Minimal String/_page_9_Figure_0.jpeg
type: file
- path: /tests
type: directory
contents:
- path: /tests/test_emotion_classifier.py
type: file
- path: /tests/test_ethical_dilemmas.py
type: file
- path: /tests/test_memory_core.py
type: file
- path: /tests/test_narrative_engine.py
type: file
- path: /tests/test_simple_task.py
type: file
- path: /tests/test_social_interactions.py
type: file