mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
add env using the tool api stuff
This commit is contained in:
parent
c8eb63f33d
commit
12d61d197f
15 changed files with 2632 additions and 21 deletions
19
environments/t1_tool_planning/configs/default.yaml
Normal file
19
environments/t1_tool_planning/configs/default.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
env:
|
||||
tokenizer_name: "Qwen/Qwen3-1.7B"
|
||||
rollout_server_url: "http://localhost:8002"
|
||||
max_token_length: 4096
|
||||
start_tok_length: 4096
|
||||
group_size: 2
|
||||
batch_size: 8
|
||||
total_steps: 200
|
||||
steps_per_eval: 25
|
||||
use_wandb: false
|
||||
wandb_name: "t1-tool-planning-env"
|
||||
eval_limit_ratio: 0.1
|
||||
max_num_workers_per_node: 8
|
||||
|
||||
openai:
|
||||
model_name: "Qwen/Qwen3-1.7B"
|
||||
base_url: "http://localhost:9001/v1"
|
||||
api_key: "x"
|
||||
server_type: "vllm"
|
||||
Loading…
Add table
Add a link
Reference in a new issue