DLonng's Stars
datawhalechina/easy-rl
强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
wanghuohuo0716/hybrid_A_star
本仓库是对混合A*算法的matlab复现
karlkurzer/path_planner
Hybrid A* Path Planner for the KTH Research Concept Vehicle
teddyluo/hybrid-a-star-annotation
Hybrid A*路径规划器的代码注释
luoyt14/OptimalMethod
最优化方法课程相关资料
whyscience/CS231n-Note-Translation_CN
CS231课程笔记翻译 https://zhuanlan.zhihu.com/intelligentunit
kxxwz/SJTU-Courses
上海交通大学课程资料分享
amslabtech/state_lattice_planner
ROS implementation of State Lattice Planner
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
changgyhub/leetcode_101
LeetCode 101:力扣刷题指南
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
huangrt01/CS-Notes
我的自学笔记,终身更新,当前专注System基础、MLSys。
unmannedlab/RELLIS-3D
RELLIS-3D: A Multi-modal Dataset for Off-Road Robotics
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
paulQuei/a-star-algorithm
Source code for article https://paul.pub/a-star-algorithm
daancode/a-star
A* algorithm C++ implementation.
RoboJackets/rrt
C++ RRT (Rapidly-exploring Random Tree) Implementation
qiao/PathFinding.js
A comprehensive path-finding library for grid based games
AcademySoftwareFoundation/openvdb
OpenVDB - Sparse volume data structure and tools
autowarefoundation/autoware_ai_planning
Theigrams/Mathematical-optimization
数学系本科三年级《最优化理论与方法》
RainerKuemmerle/g2o
g2o: A General Framework for Graph Optimization
keke2014/SD-DFP
工程优化方法中的“最速下降法”和“DFP拟牛顿法”的 C 语言实现
ydsf16/imu_gps_localization
Using error-state Kalman filter to fuse the IMU and GPS data for localization.
ydsf16/LevenbergMarquardt
A simple implementation of the Levenberg Marquardt algorithm.
robot-locomotion/terrain-server
Terrain mapping algorithm for motion planning and control in legged locomotion
stonier/cost_map
Costmaps, directly analogous to ethz-asl's grid_map library.
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
zhangpanyi/a-star-algorithm
C++实现的高效A*算法