You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TabularRL.jl/examples/defining_tabular_mdps.jl
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ julia> using TabularRL
66
66
67
67
# ╔═╡ 761318f2-095b-4e3f-a320-061e9f50f166
68
68
md"""
69
-
## Automatic Setup in Notebooks
69
+
## Automatic Setup with Pluto Notebooks
70
70
71
71
Alternatively, you can clone the entire reinforcement learning exercise repository and have access to every notebook and package contained therein. Check to see if you have `git` installed on your computer with `git --version`. If you receive an error message or do not see a version number then [install git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
72
72
@@ -103,19 +103,39 @@ However, note that the secret and port number may differ on your system. The UR
If you click in the text box under `Open a notebook` a navigation menu will appear that shows the directory structure. If you open any of the `Chapter...` folders, you will see notebook files which can be opened and used interactively. For our purposes, however, we will open a template notebook which loads all of the required tools. This notebook is contained at `Examples/template.jl` and can be opened from the text box (see below).
By default, the notebook will open in a preview mode (see below). Click `Run notebook code` at the top to run the notebook and have access to all the tools. From there you can add cells to the notebook and enter commands in them just like you would in the REPL. The code examples which follow can work either in the REPL or the notebook.
0 commit comments