This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
zhilong
/
Path_Planning_Algo_with_Animations
mirror of
https://github.com/zhm-real/PathPlanning.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
206cfb0c50
Branches
Tags
master
Path_Plannin...
/
Search-based Planning
/
Search_3D
/
DP.py
DP.py
113 B
Lịch sử
Raw
1
2
3
4
5
# Dynamic programming algorithm
class DP(object):
def __init__(self, X, U, p0, pf, T, l, q, gamma):