Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] programmatic way to enquire about available instances #145

Open
davidschlangen opened this issue Jan 9, 2025 · 0 comments
Open

Comments

@davidschlangen
Copy link
Contributor

For future use as provider of synthetic learning data, it might be useful to provide a way to interact with the collection of games programmatically, without needing to know where the underlying material (game code, instances) live.

For example, make a call to cli.py to find out which games are available, with information like "difficulty level", "amount of feedback", etc. Then, make call to find out which instances are available for a specific game. This could then be used in a meta-loop, where a learner systematically repeats the same instance, trying out different action options (that is, builds a game tree); eventually looping through all instances.

I think we're going in this direction already with the game registry, but this would require surfacing more information, I think.

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

No branches or pull requests

1 participant