Solving Problems
To solve a specific problem, run:
Copy
Copy
python -m alpha_codium.solve_problem \
--dataset_name /path/to/dataset \
--split_name test \
--problem_number 0
Parameters:
dataset_name
: Path to the dataset folder downloaded in the installation step.problem_number
: Index of the problem (zero-based).split_name
: Could be eithervalid
ortest
.Each run logs the results to a file named
alpha_codium/example.log
. Reviewing the log file is a good way to understand what is going on in each stage of the flow.
Last updated