From 83852c2da97d4e3c21057033a1dc89ecf7d1459a Mon Sep 17 00:00:00 2001 From: Mo8it Date: Tue, 5 Apr 2022 03:12:39 +0200 Subject: [PATCH] Fix path --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.