We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fd4fc commit 6f3067cCopy full SHA for 6f3067c
cart-pole/README.md
@@ -22,7 +22,7 @@ control problem, which was originally proposed in:
22
It later became one of OpenAI's gym environmnets:
23
https://github.com/openai/gym/blob/master/gym/envs/classic_control/cartpole.py
24
25
-The gist of the RL algorithm in this example (see [index.js](../index.js)) is:
+The gist of the RL algorithm in this example (see [index.js](./index.js)) is:
26
27
1. Define a policy network to make decisions on leftward vs. rightward force
28
given the observed state of the system. The decision is not completely
0 commit comments