Cloud Config: Missing `worker_pool_name` from experiment config template.
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to set up a cloud project for running my own experiment, and following the steps in ["Running an experiment"](https://google.github.io/fuzzbench/running-a-cloud-experiment/running-an-experiment/) they provide a sample experiment-config.
However, when I try to run it with a config derived from it, I get an error:
```
ERROR:root:Config does not contain required parameter "worker_pool_name".
```
I made up a name for it, but I am not sure how to complete that.
Contributor guide
Assessment
This issue has not been assessed yet.