awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to openai/mujoco-py

Open-source alternatives to Mujoco Py

30 open-source projects similar to openai/mujoco-py, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mujoco Py alternative.

  • rail-berkeley/d4rlrail-berkeley avatar

    rail-berkeley/d4rl

    1,693View on GitHub↗

    D4RL is an open-source benchmark for offline reinforcement learning. It provides standardized environments and datasets for training and benchmarking algorithms. A supplementary whitepaper and website are also available.

    Python
    View on GitHub↗1,693
  • openai/gymopenai avatar

    openai/gym

    37,223View on GitHub↗

    Gym is a reinforcement learning environment toolkit and agent simulation framework. It provides a standardized API and a universal communication interface that defines how learning agents interact with simulation environments through actions and observations. The project includes a benchmark environment suite and a diverse library of pre-configured simulation worlds, including physics engines and classic control tasks. It enables the creation of custom simulation environments to train agents in specific operational scenarios while ensuring reproducibility across different learning algorithms.

    Python
    View on GitHub↗37,223
  • maximecb/gym-minigridmaximecb avatar

    maximecb/gym-minigrid

    2,470View on GitHub↗

    Simple and easily configurable grid world environments for reinforcement learning

    Python
    View on GitHub↗2,470
  • danijar/crafterdanijar avatar

    danijar/crafter

    566View on GitHub↗

    Status: Stable release

    Python
    View on GitHub↗566
  • minerllabs/minerlminerllabs avatar

    minerllabs/minerl

    960View on GitHub↗

    Python package providing easy to use Gym environments and data access for training agents in Minecraft.

    Java
    View on GitHub↗960

AI search

Explore more awesome repositories

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

Find more with AI search
  • deepmind/labdeepmind avatar

    deepmind/lab

    7,365View on GitHub↗

    Lab is a customizable 3D platform and research testbed designed for training and testing autonomous agents using reinforcement learning. It serves as a spatial AI training simulator where agents can be evaluated through navigation and puzzle-solving tasks. The environment allows for the definition of complex layouts and task behaviors through external scripting, enabling the generation of specific challenges for AI research. It supports both automated training via standard API bindings and manual agent control to validate simulation dynamics. The system utilizes a grid-based spatial represen

    C
    View on GitHub↗7,365
  • wayveai/milewayveai avatar

    wayveai/mile

    430View on GitHub↗

    This is the PyTorch implementation for inference and training of the world model and driving policy as described in:

    Python
    View on GitHub↗430
  • stratismarkou/sample-efficient-bayesian-rlstratisMarkou avatar

    stratisMarkou/sample-efficient-bayesian-rl

    24View on GitHub↗

    We compare different Bayesian methods for representing an RL agent's uncertainty about cumulative rewards, including our own approach based on moment matching across the Bellman equations.

    Jupyter Notebook
    View on GitHub↗24
  • aravindr93/mjrlA

    aravindr93/mjrl

    0View on GitHub↗

    This package contains implementations of various RL algorithms for continuous control tasks simulated with MuJoCo.

    View on GitHub↗0
  • farama-foundation/metaworldFarama-Foundation avatar

    Farama-Foundation/Metaworld

    1,837View on GitHub↗

    Collections of robotics environments geared towards benchmarking multi-task and meta reinforcement learning

    Python
    View on GitHub↗1,837
  • 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
  • danijar/directorD

    danijar/director

    0View on GitHub↗

    Deep Hierarchical Planning from Pixels

    View on GitHub↗0
  • bit1029public/hrssmB

    bit1029public/HRSSM

    0View on GitHub↗

    Code for the paper Learning Latent Dynamic Robust Representations for World Models (ICML-24).

    View on GitHub↗0
  • deepmind/deepmind-researchdeepmind avatar

    deepmind/deepmind-research

    15,024View on GitHub↗

    This project is an AI research implementation library and machine learning research repository. It provides a collection of reference code, illustrative implementations, and open-source research datasets used to verify hypotheses and build upon existing models in artificial intelligence. The repository focuses on scientific research reproduction by translating theoretical findings from published papers into executable code. It includes specialized scientific simulation environments designed to test the behavior of autonomous agents and models within controlled settings. The project covers AI

    Jupyter Notebook
    View on GitHub↗15,024
  • google-deepmind/bsuiteG

    google-deepmind/bsuite

    1,551View on GitHub↗

    bsuite is a collection of carefully-designed experiments that investigate core capabilities of a reinforcement learning (RL) agent with two main objectives.

    Python
    View on GitHub↗1,551
  • farama-foundation/minigridFarama-Foundation avatar

    Farama-Foundation/Minigrid

    2,462View on GitHub↗

    Simple and easily configurable grid world environments for reinforcement learning

    Pythongridworld-environmentgymnasiumgymnasium-environment
    View on GitHub↗2,462
  • cvdfoundation/kinetics-datasetcvdfoundation avatar

    cvdfoundation/kinetics-dataset

    978View on GitHub↗

    Kinetics is a collection of large-scale, high-quality datasets of URL links of up to 650,000 video clips that cover 400/600/700 human action classes, depending on the dataset version. The videos include human-object interactions such as playing instruments, as well as human-human interactions…

    Shell
    View on GitHub↗978
  • benelot/pybullet-gymbenelot avatar

    benelot/pybullet-gym

    879View on GitHub↗

    PyBullet Gymperium

    Python
    View on GitHub↗879
  • farama-foundation/highwayenvFarama-Foundation avatar

    Farama-Foundation/HighwayEnv

    3,281View on GitHub↗

    A collection of environments for autonomous driving and tactical decision-making tasks, developed and maintained by Edouard Leurent.

    Python
    View on GitHub↗3,281
  • conglu1997/v-d4rlconglu1997 avatar

    conglu1997/v-d4rl

    115View on GitHub↗

    V-D4RL provides pixel-based analogues of the popular D4RL benchmarking tasks, derived from the dmcontrol suite, along with natural extensions of two state-of-the-art online pixel-based continuous control algorithms, DrQ-v2 and DreamerV2, to the offline setting. For further details, please see…

    Python
    View on GitHub↗115
  • farama-foundation/gymnasium-roboticsFarama-Foundation avatar

    Farama-Foundation/Gymnasium-Robotics

    855View on GitHub↗
    Pythond4rlgymnasiummujoco
    View on GitHub↗855
  • farama-foundation/d4rlFarama-Foundation avatar

    Farama-Foundation/D4RL

    1,689View on GitHub↗

    A collection of reference environments for offline reinforcement learning

    Python
    View on GitHub↗1,689
  • clvoloshin/cobsclvoloshin avatar

    clvoloshin/COBS

    61View on GitHub↗

    COBS is an Off-Policy Policy Evaluation (OPE) Benchmarking Suite. The goal is to provide fine experimental control to carefully tease out an OPE method's performance across many key conditions.

    Python
    View on GitHub↗61
  • google/braxgoogle avatar

    google/brax

    3,196View on GitHub↗

    Massively parallel rigidbody physics simulation on accelerator hardware.

    Jupyter Notebook
    View on GitHub↗3,196
  • arise-initiative/robosuiteARISE-Initiative avatar

    ARISE-Initiative/robosuite

    2,464View on GitHub↗

    robosuite: A Modular Simulation Framework and Benchmark for Robot Learning

    Pythonphysics-simulationreinforcement-learningrobot-learning
    View on GitHub↗2,464
  • google-research/footballgoogle-research avatar

    google-research/football

    3,626View on GitHub↗

    This repository contains an RL environment based on open-source game Gameplay Football. It was created by the Google Brain team for research purposes.

    Python
    View on GitHub↗3,626
  • google-research/robelgoogle-research avatar

    google-research/robel

    150View on GitHub↗

    ROBEL is an open-source platform of cost-effective robots and associated reinforcement learning environments for benchmarking reinforcement learning in the real world. It provides Gym-compliant environments that easily run in both simulation (for rapid prototyping) and on real hardware. ROBEL…

    Python
    View on GitHub↗150
  • google-research/robodeskgoogle-research avatar

    google-research/robodesk

    82View on GitHub↗

    A Multi-Task Reinforcement Learning Benchmark

    Python
    View on GitHub↗82
  • haosulab/maniskill2H

    haosulab/ManiSkill2

    0View on GitHub↗

    This repo has moved to https://github.com/haosulab/ManiSkill. This repo now serves to ensure the old documentation link https://haosulab.github.io/ManiSkill2/ points to the new documentation

    View on GitHub↗0
  • facebookresearch/minihackF

    facebookresearch/minihack

    0View on GitHub↗

    MiniHack is a sandbox framework for easily designing rich and diverse environments for Reinforcement Learning (RL). Based on the game of NetHack, MiniHack uses the NetHack Learning Environment (NLE) to communicate with the game and to provide a convenient interface for customly created RL…

    View on GitHub↗0