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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesParallelized Robotics Simulations

Robotics simulations that run many simultaneous environment instances to accelerate machine learning data collection.

Distinct from Robotics Simulators: Specifically targets the parallel execution of many robotic environments rather than a single virtual environment.

Explore 5 awesome GitHub repositories matching part of an awesome list · Parallelized Robotics Simulations. Refine with filters or upvote what's useful.

Awesome Parallelized Robotics Simulations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • genesis-embodied-ai/genesisAvatar de Genesis-Embodied-AI

    Genesis-Embodied-AI/Genesis

    29,362Ver en GitHub↗

    Genesis is an embodied AI simulation platform and parallelized robotics simulator designed for training general-purpose robotic agents. It integrates a physics engine for robotics that calculates collisions and movements for rigid bodies, soft tissues, and fluids, alongside a photorealistic 3D rendering engine. The platform features a domain randomization framework to vary environment parameters across parallel simulations, aiding in sim-to-real transfer. It supports the integration of real-world captured light fields and Gaussian splatting to provide photorealistic backgrounds within simulat

    Runs many simultaneous environment instances on compute backends to accelerate data collection for machine learning.

    Python
    Ver en GitHub↗29,362
  • genesis-embodied-ai/genesis-worldAvatar de Genesis-Embodied-AI

    Genesis-Embodied-AI/genesis-world

    29,351Ver en GitHub↗

    Genesis World is an embodied AI simulation platform designed for training robotic agents through physics-based interactions. It centers on a multi-physics simulation engine that integrates rigid body, particle, and finite element method dynamics, supported by a parallel simulation kernel compiler that translates Python functions into optimized GPU and CPU kernels. The platform features a photorealistic robot renderer that utilizes path-tracing and Gaussian Splatting to generate synthetic training data. It includes a domain randomization framework to vary lighting and physical parameters acros

    Uses parallel computing kernels to run large-scale robotic training loops and physics calculations.

    Python
    Ver en GitHub↗29,351
  • leggedrobotics/legged_gymAvatar de leggedrobotics

    leggedrobotics/legged_gym

    3,022Ver en GitHub↗

    Legged Gym is a high-performance simulation platform and toolkit engineered for training autonomous robotic agents in complex, physics-based environments. It provides a comprehensive framework for developing legged locomotion control policies, enabling robots to learn movement strategies for navigating uneven terrain and managing physical disturbances through reinforcement learning. The platform distinguishes itself by utilizing hardware-accelerated physics and headless execution to maximize computational throughput during training. It incorporates a domain randomization pipeline that injects

    Provides a high-performance, parallelized simulation environment specifically designed for training legged robotic agents through reinforcement learning.

    Python
    Ver en GitHub↗3,022
  • isaac-sim/isaacgymenvsAvatar de isaac-sim

    isaac-sim/IsaacGymEnvs

    2,942Ver en GitHub↗

    IsaacGymEnvs is a GPU-accelerated physics sandbox and robotics policy training suite designed for reinforcement learning. It serves as a vectorized robotic simulator that runs thousands of parallel environments on GPUs to accelerate the training of neural networks. The project provides a sim-to-real transfer framework that utilizes domain randomization and physics variations to ensure policies trained in simulation are robust enough for deployment on real hardware. It distinguishes itself through a high-performance architecture that uses tensor-based state management to handle observations an

    Runs thousands of parallel robotic environment instances on GPUs to accelerate neural network training.

    Python
    Ver en GitHub↗2,942
  • haosulab/maniskillAvatar de haosulab

    haosulab/ManiSkill

    2,576Ver en GitHub↗

    ManiSkill is a GPU-accelerated robot simulation framework designed for training robotic manipulation skills, benchmarking learning algorithms, and generating synthetic datasets. It serves as a reinforcement learning environment where robot control policies can be developed and evaluated using parallelized physics and rendering on the GPU. The platform is distinguished by its ability to perform sim-to-real transfer, allowing policies trained in virtual environments to be deployed onto physical robotic hardware. It features ray-traced parallel rendering for producing high-frame-rate RGBD and se

    Produces high-frame-rate RGBD and segmentation data across diverse parallelized virtual scenes for dataset generation.

    Python3d-computer-visioncomputer-visionembodied-ai
    Ver en GitHub↗2,576
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Robotics Simulators
  5. Parallelized Robotics Simulations

Explorar subetiquetas

  • Synthetic Robotic Dataset GeneratorsTools that use parallelized simulations to produce large-scale RGBD and segmentation datasets for robotics. **Distinct from Parallelized Robotics Simulations:** Focuses on the generation of the data itself, not just the simulation environment that produces it.