Sutton's url shifted

The site hosting the c code pole.c has been changed.
This commit is contained in:
Shayekh Bin Islam
2020-11-13 11:26:09 +06:00
committed by GitHub
parent 20c6178329
commit 91c002232f

View File

@@ -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())))