wanghan79 / 2022_Master_PythonLinks
用于东北师大信科学院2022春季学期Python课程作业提交
☆12Updated 3 years ago
Alternatives and similar repositories for 2022_Master_Python
Users that are interested in 2022_Master_Python are comparing it to the libraries listed below
Sorting:
- 自家开发的动态优化程序包。适用于常微分系统,有路径约束的最优控制问题的求解。算法:微分方程有限元离散+隐式梯度计算+SQP求解优化问题☆12Updated 6 years ago
- 一个遗传算法实现,用于对一组GPS数据点进行线路规划,规划依据为线路路径最短。☆21Updated 2 years ago
- 牛逼的A*算法,最好的寻路算法☆12Updated 5 years ago
- Solving the Demand Splittable Vehicle Path Problem Using the Ant Colony Algorithm 使用蚁群算法求解需求可拆分车辆路径问题☆21Updated 3 years ago
- 遗传算法路径规划及仿真☆56Updated 6 years ago
- 《动手学强化学习》练习代码(Pytorch)☆18Updated 3 years ago
- ☆26Updated 5 years ago
- Path finding, task scheduling for multiple agv robot☆20Updated 3 years ago
- 路径规划、轨迹优化算法☆32Updated 3 years ago
- 第二章. 混合A*做路径决策,S-T图搜索做速度决策,数值求解最优控制问题做轨迹优化☆37Updated 6 years ago
- Goal of project is to write programs that will allow multiple agents to find optimal paths from their start location to their goal locat…☆34Updated 4 years ago
- 实用carsim进行仿真,simulink基于mpc进行汽车的控制,使得汽车按照给定路径点进行运行,生成视频☆79Updated 3 years ago
- Implement a single- angle solver, namely space-time A*, and parts of three MAPF solvers, namely prioritized planning, Conflict-Based Sear…☆26Updated 5 years ago
- 垂直和水平两种泊车方式的代码☆20Updated 3 years ago
- 本项目分别实现了遗传算法(GA)和模拟退火算法(SA)解决多旅行商问题(MTSP)。☆67Updated 5 years ago
- Source code for article https://paul.pub/a-star-algorithm☆189Updated 7 years ago
- A*最短路径规划问题(含详细注释)☆65Updated 4 years ago
- A星算法搜索最短路径search the shortest road by A* algorithm☆42Updated 7 years ago
- ☆46Updated 3 years ago
- 多AGV路径规划演示模型(CBS算法)☆140Updated 2 years ago
- Prioritized Multi-Agent Path Finding using Safe Interval Path Planning (SIPP) and modifications☆28Updated 4 years ago
- A demo to show how to do the trajectory planning that help vehicle return to the reference line and how to use MPC to track the trajector…☆38Updated 2 years ago
- Efficient Multi-Vehicle Trajectory Planning via Centralized Searching Decentralized Optimization☆21Updated last year
- 使用四种基本启发式算法(模拟退火、禁忌搜索、遗传算法与蚁群算法)求解广义旅行商(广义TSP/GTSP)问题。☆65Updated 3 years ago
- This project is regarding Motion Planning for Autonomous Vehicle under uncertainty. There are various kinds of uncertainty for an autonom…☆15Updated 3 years ago
- CIVC ”AD Chauffeur杯”仿真算法挑战赛决策控制组决赛第六名棋天大圣-东北大学队开源项目☆21Updated 4 years ago
- 这个仓库用于存储一些强化学习练手小项目与算法实验。具体来讲,就是不至于单独成一个 repo 的项目,但是又值得拿出来讨论的代码。☆26Updated 4 years ago
- Spatio-temporal trajectory optimization for autonomous vehicles using trapezoid-prism shaped corridors and bezier curves☆19Updated 2 years ago
- Python implementation of Space-time A*, Prioritized Planning, & Conflict-based Search for Multi-agent Path Finding (MAPF)☆32Updated 5 years ago
- 利用深度强化学习的方法实现多智能体间离散无交流的障碍避免。其中强化学习算法训练模型所需的数据集由最优互惠碰撞避免(Optimal Reciprocal Collision Avoidance, ORCA)算法生成。☆88Updated 6 years ago