Skip to content

Commit 44e188d

Browse files
committed
Pendulum points downwards at left and right boundary of image
1 parent d0a25a5 commit 44e188d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ppo/main.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@
10771077
;; This image shows the motor control input as a function of pendulum angle and angular velocity.
10781078
;; As one can see, the pendulum is decelerated when the speed is high (dark values at the top of the image).
10791079
;; 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).
10811081

10821082
;; ## Automated Pendulum
10831083
;;

0 commit comments

Comments
 (0)