From f7c510a063f9fb68f85fcafb60e6e42b9870b42f Mon Sep 17 00:00:00 2001
From: Juan Martinez <36634572+josejuanmartinez@users.noreply.github.com>
Date: Wed, 6 Dec 2023 11:12:38 +0000
Subject: [PATCH] Adds newline after ###
---
units/en/unit6/quiz.mdx | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/units/en/unit6/quiz.mdx b/units/en/unit6/quiz.mdx
index 0fc9b38..2a5797e 100644
--- a/units/en/unit6/quiz.mdx
+++ b/units/en/unit6/quiz.mdx
@@ -21,6 +21,7 @@ The best way to learn and [to avoid the illusion of competence](https://www.cour
/>
### Q2: Which of the following statements are True, when talking about models with bias and/or variance in RL?
+
### Q4: What is the Advanced Actor-Critic Method (A2C)?
+
Solution
@@ -81,6 +84,7 @@ The idea behind Actor-Critic is that we learn two function approximations:
### Q5: Which of the following statemets are True about the Actor-Critic Method?
+
Solution