ZHICHENG12's Stars
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
zhm-real/PathPlanning
Common used path planning algorithms with animations.
linyacool/WebServer
A C++ High Performance Web Server
guofei9987/scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
TommyZihao/Train_Custom_Dataset
标注自己的数据集,训练、评估、测试、部署自己的人工智能算法
zouxiaohang/TinySTL
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
zhm-real/MotionPlanning
Motion planning algorithms commonly used on autonomous vehicles. (path planning + path tracking)
wvangansbeke/Unsupervised-Classification
SCAN: Learning to Classify Images without Labels, incl. SimCLR. [ECCV 2020]
ljvmiranda921/pyswarms
A research toolkit for particle swarm optimization in Python
xu-ji/IIC
Invariant Information Clustering for Unsupervised Image Classification and Segmentation
opendilab/DI-drive
Decision Intelligence Platform for Autonomous Driving simulation.
sichkar-valentyn/Reinforcement_Learning_in_Python
Implementing Reinforcement Learning, namely Q-learning and Sarsa algorithms, for global path planning of mobile robot in unknown environment with obstacles. Comparison analysis of Q-learning and Sarsa
ShuiXinYun/Path_Plan
Path plan algorithm, include: A*, APF(Artificial Potential Field)
herryCccc/Mobile-robot-path-planning
Path planning of a single robot based on grid map, using ACO, ACO+GA, SSA, ISSA algorithm.The four algorithm codes are being sorted out. The data file is the result of the algorithm. We will upload the code as soon as possible.
duongpm/SPSO
Spherical Vector-based Particle Swarm Optimization
imasmitja/RLforUTracking
Deep Reinforcement Learning (RL) algorithms for underwater target tracking with Autonomous Underwater Vehicles (AUV)
gabrielegilardi/PathPlanning
Implementation of particle swarm optimization (PSO) for path planning when the environment is known.
Tushar-ml/G2RL-Path-Planning
Code for G2RL to solve the multi-robot path planning problem in a fully distributed reactive manner.
MingyangLiu1995-s/A-hybrid-path-planning-algorithm-based-on-APF-and-Astar
An improved hybrid approach based on A* and artificial potential field Algorithms for path planning of autonomous vehicles in complex environments
rohanbaisantry/image-clustering
This is a simple image clustering algorithm which uses KMeans for clustering and performs 3 types of vectorization using vgg16, vgg19 and resnet50 using the weights from ImageNet
Cheryn/sar_swarm
Investigation and simulation of carrying search and rescue missions with Particle Swarm Optimisation (PSO) for target searching and Genetic Algorithm (GA) for shortest path planning
Ice-mao/RL_AUV_tracking
Deep Reinforcement Learning (RL) for target tracking with Autonomous Underwater Vehicles (AUV) using SB3 and HoloOcean simulator
dadecampo/SafeRLAUV
Safe Reinforcement Learning for Autonomous Underwater Vehicles
360ZMEM/USV-AUV-colab
[ICASSP 2025] Python implementation of the paper "USV-AUV Collaboration Framework for Underwater tasks under Extreme Sea Conditions"."
Sjtale/AUV-optimal-path-searching
强化学习大作业
u-kamran/path-planning
Path planning algorithms for autonomous vehicles.
Recru1t000/RL_PathPlanning_AUV
t01a3308/NS3-RL_AUV
matheusns/auv_rl_td3