# YourEnvironmentName
[](https://openreward.ai/YourOrg/YourEnvironmentName)
## Description
<!-- 2-4 sentences: what does this environment evaluate? What domain does it cover?
Mention the verification method and the source dataset. -->
## Capabilities
<!-- Bulleted list of skills or capabilities the environment tests. -->
- Capability 1
- Capability 2
- Capability 3
## Compute Requirements
<!-- Does the environment need a sandbox? GPU? Extra memory?
If it runs without a sandbox, say so. -->
## License
<!-- License that covers the use of the environment, as well as any underlying data or code it depends on.
Link to the license text. If the environment and its dependencies have different licenses, list both. -->
## Tasks
<!-- How many tasks are there? What splits (train/test)?
Briefly describe the structure of each task. -->
## Reward Structure
<!-- How are rewards computed?
Sparse or dense? Binary or continuous?
Is verification programmatic or does it use an LLM grader? Does it use rubrics?
If there are multiple validation steps, list them in order. -->
## Data
<!-- Where does the task data come from? How is it stored?
Link to the source dataset if applicable. -->
## Tools
<!-- Explain the tools available to the agent. -->
## Time Horizon
<!-- Single-turn or multi-turn?
If multi-turn, roughly how many tool calls does a typical task require? -->
## Environment Difficulty
<!-- Solve rates, baseline model performance, or other difficulty statistics. -->
## Other Environment Requirements
<!-- Any external dependencies: API keys, secrets, third-party services. -->
## Safety
<!-- Does the agent have access to external systems (network, file system, APIs)?
Are there dual-use risks in the domain (e.g. chemistry, cybersecurity)?
Is there a possibility of goal misspecification?
What mitigations are in place? -->
## Citations
<!-- BibTeX entries for the environment itself and any underlying datasets or papers. -->
```bibtex
@dataset{YourCitation,
author = {Your Name or Team},
title = {YourEnvironmentName},
year = {2026},
publisher = {OpenReward},
url = {https://openreward.ai/YourOrg/YourEnvironmentName}
}
```