diff --git a/README.adoc b/README.adoc index 90d80f2..69059c0 100644 --- a/README.adoc +++ b/README.adoc @@ -125,8 +125,8 @@ To generate a LaTeX table with the states and actions combintation names for the [source,julia] ---- -include("src/RL/latex_table.jl") -latex_rl_table(env_helper, FILENAME_WITHOUT_EXTENSION) +include("analysis/Q_matrix_latex_export.jl") +export_q_matrix(env_helper, FILENAME_WITHOUT_EXTENSION) ---- `FILENAME_WITHOUT_EXTENSION` has to be replaced by the wanted file name without extension of the `.tex` file. The function's documentation explains where the output is placed.