Project-Polymath / openenv.yaml
Addyk24's picture
feat: add eval baseline script (inference testing for env), report, prompter, and env config
fdd6ae0
raw
history blame contribute delete
615 Bytes
name: expert-negotiation-env
version: "1.0.0"
description: "Multi-agent negotiation environment for training LLM stakeholder alignment"
tasks:
- name: constraint_discovery
difficulty: easy
max_steps: 5
- name: draft_compromise
difficulty: medium
max_steps: 10
- name: shifting_goalpost
difficulty: hard
max_steps: 15
action_space:
type: structured
fields:
- name: action_type
type: string
- name: target
type: string
- name: content
type: string
observation_space:
type: structured
fields:
- feedback
- current_turn
- reward
- done