awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
reiniscimurs avatar

reiniscimurs/DRL-robot-navigation

0
View on GitHub↗
1,321 stars·194 forks·Python·MIT·19 views

DRL Robot Navigation

DRL-robot-navigation is a deep reinforcement learning platform and robotic simulation framework designed to train autonomous mobile robots for collision-free path planning. It uses neural network policies and physics-engine simulation environments to teach robots how to navigate toward target coordinates while avoiding obstacles.

The software trains continuous control policies using twin delayed deep deterministic policy gradients over continuous state and action spaces. Training is guided by scalar reward signals derived from target proximity and obstacle avoidance distances. System components communicate via asynchronous publish-subscribe messaging topics to route sensor inputs, motor commands, and learning states.

The platform runs inside isolated headless containers to encapsulate the simulation and machine learning pipeline for consistent multi-platform execution.

Features

  • Reinforcement Learning Environments - Provides a machine learning environment built with neural networks for training autonomous systems.
  • Continuous Control Training - Trains control agents across continuous state and action spaces for mobile robot navigation.
  • Deep Reinforcement Learning Implementations - Trains mobile robots using deep reinforcement learning algorithms for collision-free path planning.
  • Goal-Directed - Directs reinforcement learning optimization through scalar feedback based on target proximity.
  • Reward Functions - Evaluates neural network performance using target proximity and obstacle avoidance reward signals.
  • Policy Gradient Optimizers - Optimizes continuous robot control policies using twin delayed deep deterministic policy gradient algorithms.
  • Reinforcement Learning - Employs neural network policies to train autonomous agents for collision-free path planning.
  • ROS Simulation Bridges - Utilizes a robotics simulation framework to train autonomous mobile robots using deep reinforcement learning.
  • Autonomous Robot Navigation - Trains mobile robots to reach random goal coordinates while avoiding obstacles.
  • Robot Operating System (ROS) Integrations - Interconnects simulated sensors, actuators, and learning nodes using robotic middleware communication topics.
  • Robotic Physics and Sensor Simulators - Generates realistic three-dimensional sensor data and physical interactions using robotics simulation.
  • Asynchronous Message Passings - Decouples system components by routing sensor inputs and motor commands over asynchronous channels.
  • Containerized Robotics Stacks - Executes machine learning training and physics simulations within containerized robotic workflows.

Star history

Star history chart for reiniscimurs/drl-robot-navigationStar history chart for reiniscimurs/drl-robot-navigation

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with DRL Robot Navigation

These projects share indexed features with DRL Robot Navigation. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • morvanzhou/reinforcement-learning-with-tensorflowMorvanZhou avatar

    MorvanZhou/Reinforcement-learning-with-tensorflow

    9,464View on GitHub↗

    This project is an educational repository of reinforcement learning agents and tutorials implemented using TensorFlow. It provides a practical codebase for both model-free and model-based learning agents, designed to demonstrate how AI agents learn through trial and error. The collection features detailed implementations of various algorithmic approaches, including Deep Q-Networks and Policy Gradient methods. It specifically covers Actor-Critic architectures for continuous and discrete action spaces, alongside Proximal Policy Optimization and Deep Deterministic Policy Gradients. The framewor

    Pythona3cactor-criticasynchronous-advantage-actor-critic
    View on GitHub↗9,464
  • sweetice/deep-reinforcement-learning-with-pytorchsweetice avatar

    sweetice/Deep-reinforcement-learning-with-pytorch

    4,635View on GitHub↗

    This project is a PyTorch reinforcement learning library and agent training framework. It provides a suite of deep reinforcement learning algorithms, including DQN, PPO, and SAC, to facilitate the development of autonomous agents that optimize behavior through trial and error. The library focuses on the implementation of various actor-critic methods and deep learning architectures for research into autonomous decision making. It enables the training of intelligent agents within diverse environments by leveraging PyTorch-based model implementations. The codebase covers core reinforcement lear

    Pythona2ca3cactor-critic
    View on GitHub↗4,635
  • lazyprogrammer/machine_learning_exampleslazyprogrammer avatar

    lazyprogrammer/machine_learning_examples

    8,823View on GitHub↗

    This project is a comprehensive collection of practical code examples and implementation libraries for machine learning. It provides a wide array of reference materials for building supervised, unsupervised, and reinforcement learning algorithms. The repository serves as a multi-domain resource, featuring specific implementation suites for financial AI, Bayesian statistical modeling, and deep learning architectures. It includes a framework for training intelligent agents using policy gradients and actor-critic models, as well as practical guides for fine-tuning transformers and utilizing larg

    Pythondata-sciencedeep-learningmachine-learning
    View on GitHub↗8,823
  • zhaochenyang20/awesome-ml-sys-tutorialzhaochenyang20 avatar

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371View on GitHub↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Python
    View on GitHub↗5,371
Compare all 30 related projects→

Curated searches featuring DRL Robot Navigation

Hand-picked collections where DRL Robot Navigation appears.
  • Robot navigation simulator
  • robotics development framework / ROS ecosystem tool

Frequently asked questions

What does reiniscimurs/drl-robot-navigation do?

DRL-robot-navigation is a deep reinforcement learning platform and robotic simulation framework designed to train autonomous mobile robots for collision-free path planning. It uses neural network policies and physics-engine simulation environments to teach robots how to navigate toward target coordinates while avoiding obstacles.

What are the main features of reiniscimurs/drl-robot-navigation?

The main features of reiniscimurs/drl-robot-navigation are: Reinforcement Learning Environments, Continuous Control Training, Deep Reinforcement Learning Implementations, Goal-Directed, Reward Functions, Policy Gradient Optimizers, Reinforcement Learning, ROS Simulation Bridges.

Which projects share features with reiniscimurs/drl-robot-navigation?

Projects with overlapping indexed features include: morvanzhou/reinforcement-learning-with-tensorflow — This project is an educational repository of reinforcement learning agents and tutorials implemented using TensorFlow.… sweetice/deep-reinforcement-learning-with-pytorch — This project is a PyTorch reinforcement learning library and agent training framework. It provides a suite of deep… lazyprogrammer/machine_learning_examples — This project is a comprehensive collection of practical code examples and implementation libraries for machine… zhaochenyang20/awesome-ml-sys-tutorial — This project provides a comprehensive technical guide and framework for engineering large-scale machine learning… tensorlayer/tensorlayer — TensorLayer is a backend-agnostic tensor library and deep learning framework designed for building neural network… packtpublishing/deep-reinforcement-learning-hands-on — This project serves as an educational resource and training framework for developing intelligent agents through deep…