diff --git a/core/src/main/java/aima/core/environment/map2d/SimplifiedRoadMapOfPartOfRomania.java b/core/src/main/java/aima/core/environment/map2d/SimplifiedRoadMapOfPartOfRomania.java index 9ab7a341c2..f59650da01 100644 --- a/core/src/main/java/aima/core/environment/map2d/SimplifiedRoadMapOfPartOfRomania.java +++ b/core/src/main/java/aima/core/environment/map2d/SimplifiedRoadMapOfPartOfRomania.java @@ -1,7 +1,7 @@ package aima.core.environment.map2d; /** - * Artificial Intelligence A Modern Approach (4th Edition): Figure ??, page ??. + * Artificial Intelligence A Modern Approach (4th Edition): Figure 3.1, page 82. *
* * A simplified road map of Romania. @@ -9,10 +9,10 @@ * The initialization method is declared static. So it can also be used to * initialize other specialized subclasses of {@link ExtendableMap2D} with road * map data from Romania. Location names, road distances and directions have - * been extracted from Artificial Intelligence A Modern Approach (?? Edition), - * Figure ??, page ??. The straight-line distances to Bucharest have been taken - * from Artificial Intelligence A Modern Approach (?? Edition), Figure ??, page - * ??. + * been extracted from Artificial Intelligence A Modern Approach (4th Edition), + * Figure 3.1, page 82. The straight-line distances to Bucharest have been taken + * from Artificial Intelligence A Modern Approach (4th Edition), Figure 3.16, page + * 103. * * @author Ruediger Lunde * @author Ciaran O'Reilly diff --git a/core/src/main/java/aima/core/environment/vacuum/ReflexVacuumAgent.java b/core/src/main/java/aima/core/environment/vacuum/ReflexVacuumAgent.java index 4c18d95fe0..585dc8a48b 100644 --- a/core/src/main/java/aima/core/environment/vacuum/ReflexVacuumAgent.java +++ b/core/src/main/java/aima/core/environment/vacuum/ReflexVacuumAgent.java @@ -10,7 +10,7 @@ import static aima.core.environment.vacuum.VacuumEnvironment.Status.Dirty; /** - * Artificial Intelligence A Modern Approach (4th Edition): Figure ??, page ??. + * Artificial Intelligence A Modern Approach (4th Edition): Figure 2.8, page 67. *
*
* @@ -21,9 +21,9 @@ * else if location = B then return Left * * - * Figure ?? The agent program for a simple reflex agent in the two-state vacuum + * Figure 2.8 The agent program for a simple reflex agent in the two-state vacuum * environment. This program implements the action function tabulated in Figure - * ??. + * 2.3. * * @author Ciaran O'Reilly */ diff --git a/core/src/main/java/aima/core/environment/vacuum/TableDrivenVacuumAgent.java b/core/src/main/java/aima/core/environment/vacuum/TableDrivenVacuumAgent.java index f966e4e5e5..59c25f2a86 100644 --- a/core/src/main/java/aima/core/environment/vacuum/TableDrivenVacuumAgent.java +++ b/core/src/main/java/aima/core/environment/vacuum/TableDrivenVacuumAgent.java @@ -13,11 +13,11 @@ import static aima.core.environment.vacuum.VacuumEnvironment.Status.Dirty; /** - * Artificial Intelligence A Modern Approach (4th Edition): Figure ??, page ??. + * Artificial Intelligence A Modern Approach (4th Edition): Figure 2.3, page 56. *
*
- * Figure ?? Partial tabulation of a simple agent function for the - * vacuum-cleaner world shown in Figure ??. + * Figure 2.3 Partial tabulation of a simple agent function for the + * vacuum-cleaner world shown in Figure 2.2. * * @author Ciaran O'Reilly */ diff --git a/core/src/main/java/aima/core/environment/wumpusworld/AgentPercept.java b/core/src/main/java/aima/core/environment/wumpusworld/AgentPercept.java index b2a40b6970..10445a52e9 100644 --- a/core/src/main/java/aima/core/environment/wumpusworld/AgentPercept.java +++ b/core/src/main/java/aima/core/environment/wumpusworld/AgentPercept.java @@ -1,7 +1,7 @@ package aima.core.environment.wumpusworld; /** - * Artificial Intelligence A Modern Approach (4th Edition): page ???.
+ * Artificial Intelligence A Modern Approach (4th Edition): page 229.
*
* The agent has five sensors, each of which gives a single bit of information: *