refactor: enhance Optuna backtesting framework, optimize orderbook filtering, and update database management utilities.
This commit is contained in:
10
scratch/check_thought.py
Normal file
10
scratch/check_thought.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import json
|
||||
|
||||
with open('/home/hoon/.gemini/antigravity-ide/brain/e07d5342-58aa-4443-a5b3-73bde0f593dd/.system_generated/logs/transcript.jsonl', 'r') as f:
|
||||
for line in f:
|
||||
try:
|
||||
data = json.loads(line)
|
||||
except:
|
||||
continue
|
||||
if data.get('step_index') == 5795:
|
||||
print("Thinking:", data.get('thinking', '')[:1000])
|
||||
Reference in New Issue
Block a user