awesome-repositories.comश्रेणियाँब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to spitis/mrl

Open-source alternatives to Spitis Mrl

30 open-source projects similar to spitis/mrl, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Spitis Mrl alternative.

  • siemens/industrialbenchmarksiemens का अवतार

    siemens/industrialbenchmark

    145GitHub पर देखें↗

    Industrial Benchmark

    Java
    GitHub पर देखें↗145
  • aravindr93/mjrlA

    aravindr93/mjrl

    0GitHub पर देखें↗

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

    GitHub पर देखें↗0
  • aviralkumar2907/bearaviralkumar2907 का अवतार

    aviralkumar2907/BEAR

    164GitHub पर देखें↗

    Update (07/17): We have released a cleaner implementation of BEAR on top of rlkit at: https://github.com/rail-berkeley/d4rl_evaluations, which goes with the latest version of the D4RL paper. We would encourage all users to use this new implementation as compared to this repo. We made…

    Python
    GitHub पर देखें↗164
  • aviralkumar2907/cqlaviralkumar2907 का अवतार

    aviralkumar2907/CQL

    486GitHub पर देखें↗

    Code for Conservative Q-Learning for Offline Reinforcement Learning (https://arxiv.org/abs/2006.04779)

    Python
    GitHub पर देखें↗486
  • avisingh599/cogavisingh599 का अवतार

    avisingh599/cog

    35GitHub पर देखें↗

    This repository accompanies the following paper:

    Python
    GitHub पर देखें↗35
  • benelot/pybullet-gymbenelot का अवतार

    benelot/pybullet-gym

    879GitHub पर देखें↗

    PyBullet Gymperium

    Python
    GitHub पर देखें↗879

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • brandontrabucco/design-benchbrandontrabucco का अवतार

    brandontrabucco/design-bench

    96GitHub पर देखें↗

    Design-Bench is a benchmarking framework for solving automatic design problems that involve choosing an input that maximizes a black-box function. This type of optimization is used across scientific and engineering disciplines in ways such as designing proteins and DNA sequences with particular…

    Python
    GitHub पर देखें↗96
  • chandar-lab/loca2chandar-lab का अवतार

    chandar-lab/LoCA2

    3GitHub पर देखें↗

    Official code for the "Towards Evaluating Adaptivity of Model-Based Reinforcement Learning" paper.

    Python
    GitHub पर देखें↗3
  • clvoloshin/cobsclvoloshin का अवतार

    clvoloshin/COBS

    61GitHub पर देखें↗

    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
    GitHub पर देखें↗61
  • cvdfoundation/kinetics-datasetcvdfoundation का अवतार

    cvdfoundation/kinetics-dataset

    978GitHub पर देखें↗

    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
    GitHub पर देखें↗978
  • danieltakeshi/dcurDanielTakeshi का अवतार

    DanielTakeshi/DCUR

    1GitHub पर देखें↗

    This is the code used for the paper:

    Python
    GitHub पर देखें↗1
  • danijar/crafterdanijar का अवतार

    danijar/crafter

    566GitHub पर देखें↗

    Status: Stable release

    Python
    GitHub पर देखें↗566
  • deepmind/deepmind-researchdeepmind का अवतार

    deepmind/deepmind-research

    15,024GitHub पर देखें↗

    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
    GitHub पर देखें↗15,024
  • deepmind/labdeepmind का अवतार

    deepmind/lab

    7,365GitHub पर देखें↗

    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
    GitHub पर देखें↗7,365
  • deepmind/pysc2deepmind का अवतार

    deepmind/pysc2

    8,298GitHub पर देखें↗

    pysc2 is a Python interface and simulation framework that connects the StarCraft II game engine to machine learning agents. It acts as an API wrapper that exposes game internals as a set of observations and actions, providing a reinforcement learning environment for research and training. The framework includes tools for game replay analysis to extract data and sequences of actions from recorded matches for predictive modeling. It also provides an agent simulation environment to run and evaluate the performance of single or competing artificial intelligence agents. The system handles game ma

    Python
    GitHub पर देखें↗8,298
  • dennybritz/reinforcement-learningdennybritz का अवतार

    dennybritz/reinforcement-learning

    22,039GitHub पर देखें↗

    This repository provides a comprehensive library of reinforcement learning algorithms designed for training autonomous agents. It serves as a research-oriented collection of implementations that cover fundamental decision-making strategies, including dynamic programming, temporal difference learning, and policy gradient methods. The project distinguishes itself by offering specialized frameworks for deep reinforcement learning and structured decision modeling. It includes implementations for deep Q-learning that utilize neural networks, experience replay, and prioritized sampling to approxima

    Jupyter Notebook
    GitHub पर देखें↗22,039
  • eladsar/rbieladsar का अवतार

    eladsar/rbi

    1GitHub पर देखें↗

    Implementation of distributed RL algorithms:

    Python
    GitHub पर देखें↗1
  • facebookresearch/vipfacebookresearch का अवतार

    facebookresearch/vip

    184GitHub पर देखें↗

    Jason Yecheng Ma 12 , Shagun Sodhani 1 Dinesh Jayaraman 2 , Osbert Bastani 2 , {Vikash Kumar 1 , Amy Zhang 1 }

    Python
    GitHub पर देखें↗184
  • farama-foundation/metaworldFarama-Foundation का अवतार

    Farama-Foundation/Metaworld

    1,837GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗1,837
  • google/braxgoogle का अवतार

    google/brax

    3,196GitHub पर देखें↗

    Massively parallel rigidbody physics simulation on accelerator hardware.

    Jupyter Notebook
    GitHub पर देखें↗3,196
  • google-research/footballgoogle-research का अवतार

    google-research/football

    3,626GitHub पर देखें↗

    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
    GitHub पर देखें↗3,626
  • google-research/robelgoogle-research का अवतार

    google-research/robel

    150GitHub पर देखें↗

    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
    GitHub पर देखें↗150
  • huawei-noah/smartshuawei-noah का अवतार

    huawei-noah/SMARTS

    1,127GitHub पर देखें↗

    SMARTS (Scalable Multi-Agent Reinforcement Learning Training School) is a simulation platform for multi-agent reinforcement learning (RL) and research on autonomous driving. Its focus is on realistic and diverse interactions. It is part of the XingTian suite of RL platforms from Huawei Noah's…

    Python
    GitHub पर देखें↗1,127
  • jayanthrr/rc-offlinerlJayanthRR का अवतार

    JayanthRR/RC-OfflineRL

    1GitHub पर देखें↗
    GitHub पर देखें↗1
  • kismuz/btgymKismuz का अवतार

    Kismuz/btgym

    1,032GitHub पर देखें↗

    Scalable, event-driven, deep-learning-friendly backtesting library

    Pythona3cadvantage-actor-criticalgorithmic-trading-library
    GitHub पर देखें↗1,032
  • kkuette/tradzqaikkuette का अवतार

    kkuette/TradzQAI

    167GitHub पर देखें↗

    Trading environnement for RL agents, backtesting and training.

    Python
    GitHub पर देखें↗167
  • limengbinggz/cusum-rllimengbinggz का अवतार

    limengbinggz/CUSUM-RL

    10GitHub पर देखें↗

    This repository contains the implementation for the AoS paper "Testing Stationarity and Change Point Detection in Reinforcement Learning" in Python (and R for plotting).

    Python
    GitHub पर देखें↗10
  • mattchantk/gym-mazeMattChanTK का अवतार

    MattChanTK/gym-maze

    375GitHub पर देखें↗

    A simple 2D maze environment where an agent (blue dot) finds its way from the top left corner (blue square) to the goal at the bottom right corner (red square). The objective is to find the shortest path from the start to the goal.

    Python
    GitHub पर देखें↗375
  • maximecb/gym-minigridmaximecb का अवतार

    maximecb/gym-minigrid

    2,470GitHub पर देखें↗

    Simple and easily configurable grid world environments for reinforcement learning

    Python
    GitHub पर देखें↗2,470
  • maximecb/gym-miniworldM

    maximecb/gym-miniworld

    0GitHub पर देखें↗

    Miniworld is being maintained by the Farama Foundation (https://farama.org/project_standards). See the Project Roadmap for details regarding the long-term plans.

    GitHub पर देखें↗0