shawmakesmagic commited on
Commit
5b6e023
·
verified ·
1 Parent(s): 7260659

Upload monthly-data/2025-11.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. monthly-data/2025-11.json +389 -0
monthly-data/2025-11.json ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "month": "2025-11",
3
+ "worlds": [
4
+ {
5
+ "worldId": "world-nov",
6
+ "question": "Will ETH merge successfully in November?",
7
+ "outcome": true,
8
+ "month": "2025-11",
9
+ "generatedAt": "2025-11-01T00:00:00Z",
10
+ "timeline": [],
11
+ "npcs": [],
12
+ "events": [],
13
+ "feedPosts": [],
14
+ "metadata": {}
15
+ }
16
+ ],
17
+ "trajectories": [
18
+ {
19
+ "trajectoryId": "traj-10",
20
+ "agentId": "agent-test",
21
+ "month": "2025-11",
22
+ "scenario": "scenario-0",
23
+ "steps": [
24
+ {
25
+ "stepNumber": 1,
26
+ "environmentState": {
27
+ "agentBalance": 10000,
28
+ "agentPnL": 0
29
+ },
30
+ "llm_calls": [
31
+ {
32
+ "model": "test-model",
33
+ "user_prompt": "What should I do?",
34
+ "response": "Buy shares"
35
+ }
36
+ ],
37
+ "action": {
38
+ "type": "BUY_SHARES",
39
+ "parameters": {
40
+ "amount": 100
41
+ },
42
+ "success": true
43
+ },
44
+ "reward": 50
45
+ }
46
+ ],
47
+ "totalReward": 550,
48
+ "finalPnL": 2000,
49
+ "metrics": {
50
+ "tradesExecuted": 11
51
+ }
52
+ },
53
+ {
54
+ "trajectoryId": "traj-11",
55
+ "agentId": "agent-test",
56
+ "month": "2025-11",
57
+ "scenario": "scenario-1",
58
+ "steps": [
59
+ {
60
+ "stepNumber": 1,
61
+ "environmentState": {
62
+ "agentBalance": 10000,
63
+ "agentPnL": 0
64
+ },
65
+ "llm_calls": [
66
+ {
67
+ "model": "test-model",
68
+ "user_prompt": "What should I do?",
69
+ "response": "Buy shares"
70
+ }
71
+ ],
72
+ "action": {
73
+ "type": "BUY_SHARES",
74
+ "parameters": {
75
+ "amount": 100
76
+ },
77
+ "success": true
78
+ },
79
+ "reward": 50
80
+ }
81
+ ],
82
+ "totalReward": 600,
83
+ "finalPnL": 2100,
84
+ "metrics": {
85
+ "tradesExecuted": 12
86
+ }
87
+ },
88
+ {
89
+ "trajectoryId": "traj-12",
90
+ "agentId": "agent-test",
91
+ "month": "2025-11",
92
+ "scenario": "scenario-2",
93
+ "steps": [
94
+ {
95
+ "stepNumber": 1,
96
+ "environmentState": {
97
+ "agentBalance": 10000,
98
+ "agentPnL": 0
99
+ },
100
+ "llm_calls": [
101
+ {
102
+ "model": "test-model",
103
+ "user_prompt": "What should I do?",
104
+ "response": "Buy shares"
105
+ }
106
+ ],
107
+ "action": {
108
+ "type": "BUY_SHARES",
109
+ "parameters": {
110
+ "amount": 100
111
+ },
112
+ "success": true
113
+ },
114
+ "reward": 50
115
+ }
116
+ ],
117
+ "totalReward": 650,
118
+ "finalPnL": 2200,
119
+ "metrics": {
120
+ "tradesExecuted": 13
121
+ }
122
+ },
123
+ {
124
+ "trajectoryId": "traj-13",
125
+ "agentId": "agent-test",
126
+ "month": "2025-11",
127
+ "scenario": "scenario-3",
128
+ "steps": [
129
+ {
130
+ "stepNumber": 1,
131
+ "environmentState": {
132
+ "agentBalance": 10000,
133
+ "agentPnL": 0
134
+ },
135
+ "llm_calls": [
136
+ {
137
+ "model": "test-model",
138
+ "user_prompt": "What should I do?",
139
+ "response": "Buy shares"
140
+ }
141
+ ],
142
+ "action": {
143
+ "type": "BUY_SHARES",
144
+ "parameters": {
145
+ "amount": 100
146
+ },
147
+ "success": true
148
+ },
149
+ "reward": 50
150
+ }
151
+ ],
152
+ "totalReward": 700,
153
+ "finalPnL": 2300,
154
+ "metrics": {
155
+ "tradesExecuted": 14
156
+ }
157
+ },
158
+ {
159
+ "trajectoryId": "traj-14",
160
+ "agentId": "agent-test",
161
+ "month": "2025-11",
162
+ "scenario": "scenario-4",
163
+ "steps": [
164
+ {
165
+ "stepNumber": 1,
166
+ "environmentState": {
167
+ "agentBalance": 10000,
168
+ "agentPnL": 0
169
+ },
170
+ "llm_calls": [
171
+ {
172
+ "model": "test-model",
173
+ "user_prompt": "What should I do?",
174
+ "response": "Buy shares"
175
+ }
176
+ ],
177
+ "action": {
178
+ "type": "BUY_SHARES",
179
+ "parameters": {
180
+ "amount": 100
181
+ },
182
+ "success": true
183
+ },
184
+ "reward": 50
185
+ }
186
+ ],
187
+ "totalReward": 750,
188
+ "finalPnL": 2400,
189
+ "metrics": {
190
+ "tradesExecuted": 15
191
+ }
192
+ },
193
+ {
194
+ "trajectoryId": "traj-15",
195
+ "agentId": "agent-test",
196
+ "month": "2025-11",
197
+ "scenario": "scenario-0",
198
+ "steps": [
199
+ {
200
+ "stepNumber": 1,
201
+ "environmentState": {
202
+ "agentBalance": 10000,
203
+ "agentPnL": 0
204
+ },
205
+ "llm_calls": [
206
+ {
207
+ "model": "test-model",
208
+ "user_prompt": "What should I do?",
209
+ "response": "Buy shares"
210
+ }
211
+ ],
212
+ "action": {
213
+ "type": "BUY_SHARES",
214
+ "parameters": {
215
+ "amount": 100
216
+ },
217
+ "success": true
218
+ },
219
+ "reward": 50
220
+ }
221
+ ],
222
+ "totalReward": 800,
223
+ "finalPnL": 2500,
224
+ "metrics": {
225
+ "tradesExecuted": 16
226
+ }
227
+ },
228
+ {
229
+ "trajectoryId": "traj-16",
230
+ "agentId": "agent-test",
231
+ "month": "2025-11",
232
+ "scenario": "scenario-1",
233
+ "steps": [
234
+ {
235
+ "stepNumber": 1,
236
+ "environmentState": {
237
+ "agentBalance": 10000,
238
+ "agentPnL": 0
239
+ },
240
+ "llm_calls": [
241
+ {
242
+ "model": "test-model",
243
+ "user_prompt": "What should I do?",
244
+ "response": "Buy shares"
245
+ }
246
+ ],
247
+ "action": {
248
+ "type": "BUY_SHARES",
249
+ "parameters": {
250
+ "amount": 100
251
+ },
252
+ "success": true
253
+ },
254
+ "reward": 50
255
+ }
256
+ ],
257
+ "totalReward": 850,
258
+ "finalPnL": 2600,
259
+ "metrics": {
260
+ "tradesExecuted": 17
261
+ }
262
+ },
263
+ {
264
+ "trajectoryId": "traj-17",
265
+ "agentId": "agent-test",
266
+ "month": "2025-11",
267
+ "scenario": "scenario-2",
268
+ "steps": [
269
+ {
270
+ "stepNumber": 1,
271
+ "environmentState": {
272
+ "agentBalance": 10000,
273
+ "agentPnL": 0
274
+ },
275
+ "llm_calls": [
276
+ {
277
+ "model": "test-model",
278
+ "user_prompt": "What should I do?",
279
+ "response": "Buy shares"
280
+ }
281
+ ],
282
+ "action": {
283
+ "type": "BUY_SHARES",
284
+ "parameters": {
285
+ "amount": 100
286
+ },
287
+ "success": true
288
+ },
289
+ "reward": 50
290
+ }
291
+ ],
292
+ "totalReward": 900,
293
+ "finalPnL": 2700,
294
+ "metrics": {
295
+ "tradesExecuted": 18
296
+ }
297
+ },
298
+ {
299
+ "trajectoryId": "traj-18",
300
+ "agentId": "agent-test",
301
+ "month": "2025-11",
302
+ "scenario": "scenario-3",
303
+ "steps": [
304
+ {
305
+ "stepNumber": 1,
306
+ "environmentState": {
307
+ "agentBalance": 10000,
308
+ "agentPnL": 0
309
+ },
310
+ "llm_calls": [
311
+ {
312
+ "model": "test-model",
313
+ "user_prompt": "What should I do?",
314
+ "response": "Buy shares"
315
+ }
316
+ ],
317
+ "action": {
318
+ "type": "BUY_SHARES",
319
+ "parameters": {
320
+ "amount": 100
321
+ },
322
+ "success": true
323
+ },
324
+ "reward": 50
325
+ }
326
+ ],
327
+ "totalReward": 950,
328
+ "finalPnL": 2800,
329
+ "metrics": {
330
+ "tradesExecuted": 19
331
+ }
332
+ },
333
+ {
334
+ "trajectoryId": "traj-19",
335
+ "agentId": "agent-test",
336
+ "month": "2025-11",
337
+ "scenario": "scenario-4",
338
+ "steps": [
339
+ {
340
+ "stepNumber": 1,
341
+ "environmentState": {
342
+ "agentBalance": 10000,
343
+ "agentPnL": 0
344
+ },
345
+ "llm_calls": [
346
+ {
347
+ "model": "test-model",
348
+ "user_prompt": "What should I do?",
349
+ "response": "Buy shares"
350
+ }
351
+ ],
352
+ "action": {
353
+ "type": "BUY_SHARES",
354
+ "parameters": {
355
+ "amount": 100
356
+ },
357
+ "success": true
358
+ },
359
+ "reward": 50
360
+ }
361
+ ],
362
+ "totalReward": 1000,
363
+ "finalPnL": 2900,
364
+ "metrics": {
365
+ "tradesExecuted": 20
366
+ }
367
+ }
368
+ ],
369
+ "benchmarks": [
370
+ {
371
+ "benchmarkId": "bench-3",
372
+ "modelId": "llama-8b-instant",
373
+ "month": "2025-11",
374
+ "metrics": {
375
+ "totalPnl": -674,
376
+ "accuracy": 0.39
377
+ }
378
+ },
379
+ {
380
+ "benchmarkId": "bench-4",
381
+ "modelId": "qwen-32b",
382
+ "month": "2025-11",
383
+ "metrics": {
384
+ "totalPnl": -76,
385
+ "accuracy": 0.48
386
+ }
387
+ }
388
+ ]
389
+ }