-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
32 lines (26 loc) Β· 1.08 KB
/
Copy pathconfig.yaml
File metadata and controls
32 lines (26 loc) Β· 1.08 KB
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
# InfiEpisteme Research Agent Configuration
# Fill in before running: ./run.sh start
research_direction: "" # your research interest β one sentence or paragraph
target_venue: "" # e.g. "NeurIPS 2026", "ICML 2026", or "arxiv"
target_score: 6.0 # minimum average reviewer score to accept
compute:
gpu_hours: 100 # available GPU budget
gpu_type: "A100" # GPU type available
parallel_jobs: 3 # how many experiments to run in parallel
resources:
semantic_scholar_key: "" # optional, for higher API throughput
mcp:
semantic_scholar: true # use Semantic Scholar MCP (fallback: scripts/scholarly_search.py)
system_monitor: true # use System Monitor MCP (fallback: nvidia-smi / psutil)
ssh_remote: false # use SSH MCP for remote GPU (fallback: scripts/gpu_submit.py)
ssh_host: "" # SSH target host (required if ssh_remote: true)
notify:
email: ""
telegram: ""
cross_review:
enabled: true
model: "gpt-4o"
api_key_env: "OPENAI_API_KEY"
personas_external: ["R1", "R3"]
personas_internal: ["R2"]
max_rounds: 4