About Precomputation#

How to Execute Precomputation#

To execute precomputation, use the --precompute flag.

python main.py --precompute -a 1 -f 1 -p 1 -ac 0 -fs 0 -po 0

This command executes precomputation and saves the precomputation results in the directory specified by adf.agent.precompute in launcher.yaml.

How to Use Precomputation#

If the precomputation results are saved in the directory specified by adf.agent.precompute in launcher.yaml, the precomputation results will be automatically used during normal execution. No special flags are required.

Warning

If you do not want to use the precomputation results, please delete the directory created during precomputation.