1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-17 18:51:17 +00:00
This commit is contained in:
Mo8it 2022-04-05 03:12:39 +02:00
parent 02fc3c058a
commit 83852c2da9

View file

@ -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.