forked from NVIDIA-NeMo/Gym
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewton_bench.yaml
More file actions
31 lines (31 loc) · 927 Bytes
/
newton_bench.yaml
File metadata and controls
31 lines (31 loc) · 927 Bytes
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
newton_bench:
resources_servers:
newton_bench:
entrypoint: app.py
host: 127.0.0.1
port: 8000
domain: math
verified: false
description: Scientific law discovery tasks through agentic experimentation across 12 physics domains
value: Improve science, reasoning, and tool use capabilities
newton_bench_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
host: 127.0.0.1
port: 8001
resources_server:
type: resources_servers
name: newton_bench
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: train
type: train
jsonl_fpath: resources_servers/newton_bench/data/train.jsonl
license: Apache 2.0
- name: example
type: example
jsonl_fpath: resources_servers/newton_bench/data/example.jsonl
license: Apache 2.0