Dear reviewer!

-------------------------

To run NACE most easily, go to the NACE directory and execute:

python3 main.py

It displays a listing of included worlds to select from.

-------------------------

To generate a .run file from a run Y for K evaluation steps in world X:

python3 main.py world=X runid=Y evalsteps=K

-------------------------

Python dependencies:

- Minigrid

- Matplotlib

- Gymnasium

--------------------------

For generation of plots and tables:

sh GENERATE_RUNS.sh
to generate run output files of the shown environments with NACE.

sh GEN_CSV.sh
to generate csv files for plotting and table generation and to copy them over to ../plotnew/

After that one can switch to the plotnew directory in the root of the zip file:

python3 plotter.py
to generate the plots

python3 gen_tables.py
to generate the latex code for the tables

--------------------------

And to run the other techniques in comparison, please see the reproducibility statement in the root folder of the zip file!
