From 91c002232fa01e079fdaf36647bf949ee5cf12db Mon Sep 17 00:00:00 2001 From: Shayekh Bin Islam Date: Fri, 13 Nov 2020 11:26:09 +0600 Subject: [PATCH] Sutton's url shifted The site hosting the c code pole.c has been changed. --- examples/pybullet/gym/pybullet_envs/bullet/cartpole_bullet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pybullet/gym/pybullet_envs/bullet/cartpole_bullet.py b/examples/pybullet/gym/pybullet_envs/bullet/cartpole_bullet.py index d0f833a2a..399b7f455 100644 --- a/examples/pybullet/gym/pybullet_envs/bullet/cartpole_bullet.py +++ b/examples/pybullet/gym/pybullet_envs/bullet/cartpole_bullet.py @@ -1,6 +1,6 @@ """ Classic cart-pole system implemented by Rich Sutton et al. -Copied from https://webdocs.cs.ualberta.ca/~sutton/book/code/pole.c +Copied from http://incompleteideas.net/book/code/pole.c """ import os, inspect currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))