Skip to content

[WIP] BOEnv#157

Draft
benjamc wants to merge 16 commits intodevelopmentfrom
dacboenv
Draft

[WIP] BOEnv#157
benjamc wants to merge 16 commits intodevelopmentfrom
dacboenv

Conversation

@benjamc
Copy link
Contributor

@benjamc benjamc commented Jan 5, 2026

No description provided.

instance_data = yaml.safe_load(f)
print(instance_data)
self.config["instance_set"] = {
0: instance_data["task_ids"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it a dict?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required by the abstract env:

self.instance_id_list = sorted(self.instance_set.keys())

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then the instance set should be the product of task ids and seeds.
internally we don't use it anyway, but that would be the correct setting, can you please change that?
might be relevant for stuff like curriculum learning

@jmtoepperwien jmtoepperwien linked an issue Feb 11, 2026 that may be closed by this pull request
4 tasks
@jmtoepperwien
Copy link
Collaborator

  • Documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include DAC-BO as a benchmark

3 participants