javacaoyu / itheima_cppLinks
☆14Updated 2 years ago
Alternatives and similar repositories for itheima_cpp
Users that are interested in itheima_cpp are comparing it to the libraries listed below
Sorting:
- 基于神经网络的一阶倒立摆控制☆31Updated 3 years ago
- study of reforcement learning☆32Updated last year
- 强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行☆109Updated 2 years ago
- 本科毕业设计---使用多智能体强化学习的方法完成路径规划任务,要求路径优化和期间不碰撞,最后可视化整个行动过程☆15Updated 9 months ago
- 设置不同的栅格地图,采用TSP问题的求解思路,应用多种算法实现单个机器人在有障碍和无障碍情况下的全覆盖路径规划: 动态规划、分支限界、蚁群算法、模拟退火以及简单的弓字型遍历。还实现了MTSP,即多旅行商问题。☆82Updated 4 years ago
- 复现一篇在网格环境中使用改进Q-learning进行路径规划的论文☆20Updated 2 years ago
- 深度强化学习路径规划, SAC-Auto路径规划, Soft Actor-Critic算法, SAC-pytorch,激光雷达Lidar避障,激光雷达仿真模拟,Adaptive-SAC☆521Updated 2 months ago
- 遗传算法路径规划及仿真☆56Updated 6 years ago
- ☆48Updated 4 years ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆108Updated 3 years ago
- 遗传算法解决旅行商(TSP)问题☆195Updated 3 years ago
- Generalized-depth Ray-Attention Local Planner☆83Updated 2 months ago
- ☆45Updated 9 months ago
- 用于存放《最优化理论与算法》代码与课件☆272Updated 3 years ago
- kinds of reinforcement learning model by Pytorch☆344Updated 2 years ago
- This is the repository hosting the R scripts of the book "Mathematical Foundations of Reinforcement Learning" written by Yujun at Jiangxi…☆25Updated 2 years ago
- ☆82Updated 8 years ago
- ☆466Updated 8 months ago
- Multi/Single UAV(unmanned aerial vehicle) path planning based on deep reinforcement learning☆652Updated 5 months ago
- 路径规划算法,A*,A-star启发搜索,Hybrid-A*,混合A*算法,Dijkstra迪杰斯特拉算法,GBFS贪婪最佳优先搜索算法,DFS深度优先搜索,BFS广度优先搜索算法等,车辆路径规划算法,小黑子路径规划☆412Updated 2 years ago
- This repository collects some codes that encapsulates commonly used algorithms in the field of machine learning. Most of them are based o…☆617Updated 8 months ago
- Multi-UAV target round-up based on MADDPG☆251Updated 8 months ago
- multi-turtlebot3 collision avoidance and navigation via DDPG-LSTM with Prioritized Experience Replay on ROS☆77Updated 3 years ago
- 机器人导航--人工势场法及其改进☆143Updated 2 years ago
- Use Multi-agent Twin Delayed Deep Deterministic Policy Gradient(TD3) algorithm to find reasonable paths for ships☆65Updated 3 years ago
- UAVGym是一个用python编写的GYM风格的无人机仿真环境,用于强化学习算法的研究。☆73Updated 2 years ago
- A*最短路径规划问题(含详细注释)☆65Updated 4 years ago
- This repository is a playground for beginners to learn reinforcement learning. It is a collection of simple environments and agents to ge…☆26Updated last year
- 毕业设计的代码部分,实现了UE4和airsim环境下无人机自主导航和目标跟踪的强化学习算法。☆460Updated 2 years ago
- TD3 in Pytorch☆35Updated 4 years ago