Skip to content

Commit 6f3067c

Browse files
Lewuathecaisq
authored andcommitted
Fix typo of link to index.js (#330)
* Fix typo of link to index.js
1 parent d8fd4fc commit 6f3067c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cart-pole/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ control problem, which was originally proposed in:
2222
It later became one of OpenAI's gym environmnets:
2323
https://github.com/openai/gym/blob/master/gym/envs/classic_control/cartpole.py
2424

25-
The gist of the RL algorithm in this example (see [index.js](../index.js)) is:
25+
The gist of the RL algorithm in this example (see [index.js](./index.js)) is:
2626

2727
1. Define a policy network to make decisions on leftward vs. rightward force
2828
given the observed state of the system. The decision is not completely

0 commit comments

Comments
 (0)