Skip to content

Commit 9d2788f

Browse files
committed
Add Chapter 12 to static exports
1 parent b22ba48 commit 9d2788f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ExportPluto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
Export_cache_dir="pluto_state_cache",
6363
Export_baked_notebookfile=false,
6464
Export_baked_state=false,
65-
Export_exclude = ["Chapter-13/*", "Chapter-12/*", "TabularRL.jl/*"]
65+
Export_exclude = ["Chapter-13/*", "TabularRL.jl/*", "Examples/*"]
6666
# more parameters can go here
6767
)'
6868

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ <h3>Part 2: Approximate Solution Methods</h3>
8080
<ul>
8181
<li><a href="Chapter-9/Chapter_9_On-policy_Prediction_with_Approximation.html">Chapter 9: On-policy Prediction with Approximation</a></li>
8282
<li><a href="Chapter-10/Chapter_10_On_policy_Control_with_Approximation.html">Chapter 10: On-policy Control with Approximation</a></li>
83-
<li><a href="Chapter-11/Chapter_11_Off_policy_Methods_with_Approximation.html">Chapter 11:Off-policy Methods with Approximation</a></li>
83+
<li><a href="Chapter-11/Chapter_11_Off_policy_Methods_with_Approximation.html">Chapter 11: Off-policy Methods with Approximation</a></li>
84+
<li><a href="Chapter-12/Chapter_12_Eligibility_Traces.html">Chapter 12: Eligibility Traces</a></li>
8485
</ul>
8586
</body>
8687
</html>

0 commit comments

Comments
 (0)