From adbd2abb384fd1a8c44ef1ca272abb6aa6e70f95 Mon Sep 17 00:00:00 2001 From: Kiran Karkera Date: Tue, 9 May 2023 10:49:37 +0530 Subject: [PATCH] fix for rose/red color tiles naming (#317) Rename rose to red (coloured) state, since red is the preferred usage (as elsewhere in the document: line 37), --- units/en/unit4/advantages-disadvantages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit4/advantages-disadvantages.mdx b/units/en/unit4/advantages-disadvantages.mdx index 8a65b8d..d9c3438 100644 --- a/units/en/unit4/advantages-disadvantages.mdx +++ b/units/en/unit4/advantages-disadvantages.mdx @@ -28,7 +28,7 @@ Let's take an example: we have an intelligent vacuum cleaner whose goal is to su Our vacuum cleaner can only perceive where the walls are. -The problem is that the **two rose cases are aliased states because the agent perceives an upper and lower wall for each**. +The problem is that the **two red (colored) states are aliased states because the agent perceives an upper and lower wall for each**.
Hamster 1