From 1105929bf827e11be026483548a99f7396482f5f Mon Sep 17 00:00:00 2001 From: Joe Rowe Date: Fri, 5 May 2023 11:24:28 +0100 Subject: [PATCH] docs: update PixelCopter action space notes --- units/en/unit4/hands-on.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/units/en/unit4/hands-on.mdx b/units/en/unit4/hands-on.mdx index ea90f9a..5f101e8 100644 --- a/units/en/unit4/hands-on.mdx +++ b/units/en/unit4/hands-on.mdx @@ -888,8 +888,8 @@ The observation space (7) 👀: - next blocks bottom y location The action space(2) 🎮: -- Up -- Down +- Up (press accelerator) +- Do nothing (don't press accelerator) The reward function 💰: - For each vertical block it passes, it gains a positive reward of +1. Each time a terminal state is reached it receives a negative reward of -1.