About Precomputation#
How to Run Precomputation#
To run precomputation, use the --precompute flag.
python main.py --precompute -a 1 -f 1 -p 1 -ac 0 -fs 0 -po 0
This command runs precomputation and saves the 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, they will be used automatically during normal execution. No special flag is required.
Warning
If you do not want to use the precomputation results, delete the directory created during precomputation.