3 Open Issues Need Help Last updated: Sep 4, 2025

Open Issues Need Help

View All on GitHub
Testing algorithm about 2 hours ago

AI 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.

Complexity: 3/5
good first issue

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.

Complexity: 2/5
bug good first issue

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.

Complexity: 1/5
enhancement good first issue