mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-12-21 00:51:21 +00:00
Fix path
This commit is contained in:
parent
02fc3c058a
commit
83852c2da9
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue