Spaces:
Sleeping
Sleeping
| 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 |