This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
zhilong
/
Path_Planning_Algo_with_Animations
kopia lustrzana
https://github.com/zhm-real/PathPlanning.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
8fe2d6fcb3
Gałęzie
Tagi
master
Path_Plannin...
/
Search-based Planning
/
Search_3D
/
DP.py
DP.py
113 B
Historia
Czysty
1
2
3
4
5
# Dynamic programming algorithm
class DP(object):
def __init__(self, X, U, p0, pf, T, l, q, gamma):