Skip to content

Commit ec1a506

Browse files
committed
Typos correction
1 parent 03b4d61 commit ec1a506

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The path of the winner that was able to solve the medium maze is shown in the fo
183183
![alt text][mazens_medium_winner_path]
184184

185185
As you can see from the plot above the evolution guided by Novelty Search was able to find the effective
186-
maze solver agent. The trajectory of solver agent is close to optimal taking into account motion
186+
maze solver agent. The trajectory of the solver agent is close to optimal taking into account motion
187187
dynamics of the simulated robot.
188188

189189

@@ -231,8 +231,7 @@ The path of successful solver agent is shown on the plot below.
231231

232232
![alt text][mazens_hard_winner_path]
233233

234-
With hard maze configuration the evolutionary process guided by the Novelty Search also was able to find the near-optimal
235-
path through the maze.
234+
With hard maze configuration, the evolutionary process guided by the Novelty Search also was able to find the near-optimal path through the maze.
236235

237236

238237
### 2. The Maze Navigation with Objective-Based Fitness Optimization
@@ -298,8 +297,8 @@ The plot with path of the successful solver agent through the maze is shown on t
298297

299298
![alt text][mazeobj_medium_winner_path]
300299

301-
As you can see from the plot above the goal-oriented objective search was able to find less optimal path
302-
through the maze (compare it with the NS based search above).
300+
As you can see from the plot above the goal-oriented objective search was able to find the less optimal path through the
301+
maze (compare it with the NS based search above).
303302

304303
#### 2.2. To run experiment with hard difficulty maze map execute following commands:
305304

0 commit comments

Comments
 (0)