Skip to content

Commit 73f1374

Browse files
author
wtz
authored
Fix a dead link in actor_critic.ipynb
1 parent f384bf4 commit 73f1374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/reinforcement_learning/actor_critic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"source": [
105105
"**CartPole-v0**\n",
106106
"\n",
107-
"In the [CartPole-v0 environment](https://www.gymlibrary.ml/environments/classic_control/cart_pole/), a pole is attached to a cart moving along a frictionless track. \n",
107+
"In the [CartPole-v0 environment](https://www.gymlibrary.dev/environments/classic_control/cart_pole/), a pole is attached to a cart moving along a frictionless track. \n",
108108
"The pole starts upright and the goal of the agent is to prevent it from falling over by applying a force of -1 or +1 to the cart. \n",
109109
"A reward of +1 is given for every time step the pole remains upright.\n",
110110
"An episode ends when (1) the pole is more than 15 degrees from vertical or (2) the cart moves more than 2.4 units from the center.\n",

0 commit comments

Comments
 (0)