You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ppo/main.clj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1077,7 +1077,7 @@
1077
1077
;; This image shows the motor control input as a function of pendulum angle and angular velocity.
1078
1078
;; As one can see, the pendulum is decelerated when the speed is high (dark values at the top of the image).
1079
1079
;; Near the centre of the image (speed zero and angle zero) one can see how the pendulum is accelerated when the angle is negative and the speed small and decelerated when the angle is positive and the speed is small.
1080
-
;; Also the image is not symmetrical because otherwise the pendulum would not start swinging up when pointing downwards.
1080
+
;; Also the image is not symmetrical because otherwise the pendulum would not start swinging up when pointing downwards (left and right boundary of the image).
0 commit comments