diff --git a/README.rst b/README.rst
index 9c4d173dba344c719550da150dde4896f48f41fc..0f7d4b914d979479ec48f7c250dfad712753de2e 100644
--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,7 @@ Mapping a railway infrastructure into a grid world is an excellent example showi
 As trains can normally not run backwards and they have to follow rails the transition for one cell to the other depends also on train's orientation, respectively on train's travel direction.
 Trains can only change the traveling path at switches. There are two variants of switches. The first kind of switch is the splitting "switch", where trains can change rails and in consequence they can change the traveling path.
 The second kind of switch is the fusion switch, where train can change the sequence. That means two rails come together. Thus, the navigation behavior of a train is very restricted.
-The railway planning problem where many agents share same infrastructure is a very complex problem. If trains cannot change traveling path, still to find the optimal sequence is very hard.
+The railway planning problem where many agents share same infrastructure is a very complex problem.
 
 Furthermore, trains have a departing location where they cannot depart earlier than a committed time. Then they must arrive at destination not later than the second committed time. This makes the whole planning problem
 still more complicated. In such a complex environment cooperation is essential. Thus, agents must learn to cooperate in a way that all trains (agents) arrive on time.