Open Issues Need Help
View All on GitHubAI Summary: This issue requests the implementation of a testing framework for an existing algorithm. The task involves running the algorithm (solver) against all available problems and systematically recording the results of each execution to track its performance and correctness.
AI Summary: The solver's constraint derivative functions (`gx_der`) now receive player actions as a list of vectors (one per player) instead of a single array. Problems that utilize player actions within their `gx_der` implementations need to be updated to accommodate this new input format. The task involves identifying these affected problems and modifying their derivative functions to correctly parse the new data structure.
AI Summary: This issue proposes adding error handling to the `construct_vectors` function. It requires creating a new function to validate that the total number of `actions` precisely matches the sum of the `action_sizes` provided.