Skip to content

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

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.

3 participants