-
ElegantRL Public
Forked from AI4Finance-Foundation/ElegantRLMassively Parallel Deep Reinforcement Learning. 🔥
Python Other UpdatedNov 21, 2024 -
onnxruntime-arm-linux-musleabihf-cross Public
Forked from mauricelos/onnxruntime-arm-linux-musleabihf-crossBuilds ONNX Runtime for ARMv7 using a bootlin musl toolchain
Starlark MIT License UpdatedAug 2, 2024 -
implementation-matters Public
Forked from MadryLab/implementation-mattersPython MIT License UpdatedJul 25, 2024 -
chhRobotics Public
Forked from CHH3213/chhRobotics自动驾驶规划控制python代码实现
Jupyter Notebook UpdatedMay 5, 2024 -
Implicit-SDF-Planner Public
Forked from ZJU-FAST-Lab/Implicit-SDF-Planner[IROS 2023] Continuous Implicit SDF Based Any-shape Robot Trajectory Optimization
C++ GNU General Public License v3.0 UpdatedMar 11, 2024 -
-
cleanrl Public
Forked from vwxyzjn/cleanrlHigh-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
Python Other UpdatedJan 11, 2024 -
follow-ahead-ros Public
Forked from saharLeisiazar/follow-ahead-rosPython GNU General Public License v3.0 UpdatedDec 29, 2023 -
CL-CBS Public
Forked from APRIL-ZJU/CL-CBSAn Efficient Multi-Agent Path Finding Solver for Car-Like Robots
C++ MIT License UpdatedJul 31, 2023 -
Deep-reinforcement-learning-with-pytorch1 Public
Forked from sweetice/Deep-reinforcement-learning-with-pytorchPyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Python MIT License UpdatedMar 24, 2023 -
CrowdNav Public
Forked from vita-epfl/CrowdNav[ICRA19] Crowd-aware Robot Navigation with Attention-based Deep Reinforcement Learning
Python MIT License UpdatedAug 26, 2022 -
cadrl_ros Public
Forked from mit-acl/cadrl_rosROS package for dynamic obstacle avoidance for ground robots trained with deep RL
-
rl-collision-avoidance Public
Forked from Acmece/rl-collision-avoidanceImplementation of the paper "Towards Optimally Decentralized Multi-Robot Collision Avoidance via Deep Reinforcement Learning"
Python UpdatedJan 21, 2021 -
gym-gazebo Public
Forked from erlerobot/gym-gazeboRefer to https://github.com/AcutronicRobotics/gym-gazebo2 for the new version
Python GNU General Public License v3.0 UpdatedMar 16, 2019 -
Collision-Avoidance-with-DRL Public
Forked from yufengzhe1/Collision-Avoidance-with-DRL利用深度强化学习的方法实现多智能体间离散无交流的障碍避免。其中强化学习算法训练模型所需的数据集由最优互惠碰撞避免(Optimal Reciprocal Collision Avoidance, ORCA)算法生成。