This website works better with JavaScript
Home
Explore
Help
Sign In
zhilong
/
Path_Planning_Algo_with_Animations
mirror of
https://github.com/zhm-real/PathPlanning.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
b0dbc5966e
Branches
Tags
master
Path_Plannin...
/
Search-based Planning
/
Search_3D
/
DP.py
DP.py
113 B
History
Raw
1
2
3
4
5
# Dynamic programming algorithm
class DP(object):
def __init__(self, X, U, p0, pf, T, l, q, gamma):