mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-01 07:58:38 +00:00
Sutton's url shifted
The site hosting the c code pole.c has been changed.
This commit is contained in:
committed by
GitHub
parent
20c6178329
commit
91c002232f
@@ -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())))
|
||||
|
||||
Reference in New Issue
Block a user