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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to instadeepai/jumanji

Open-source alternatives to Jumanji

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

  • shangtongzhang/deeprlAvatar ShangtongZhang

    ShangtongZhang/DeepRL

    3,428Vezi pe GitHub↗

    Modularized Implementation of Deep RL Algorithms in PyTorch

    Python
    Vezi pe GitHub↗3,428
  • openai/baselinesAvatar openai

    openai/baselines

    16,733Vezi pe GitHub↗

    Baselines is a comprehensive suite of frameworks for reinforcement learning algorithm implementation, imitation learning, and training orchestration. It provides a library of standardized learning algorithms used to benchmark and replicate research results, alongside a deep learning policy framework for constructing neural network architectures such as multi-layer perceptrons, convolutional networks, and long short-term memory networks. The project includes a specialized imitation learning toolkit that enables agents to mimic expert behavior through behavior cloning and generative adversarial

    Python
    Vezi pe GitHub↗16,733
  • google/dopamineAvatar google

    google/dopamine

    10,879Vezi pe GitHub↗

    Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse simulated environments. It provides an agent development toolkit that utilizes a flat class hierarchy to facilitate the creation and extension of learning agents. The framework includes a standardization layer via environment wrappers that connect agents to various physics simulations and gaming environments. It also features a high-performance experience replay buffer for storing and sampling transition data to improve training stability, alongside a dedicated hyperparameter

    Jupyter Notebook
    Vezi pe GitHub↗10,879
  • novasky-ai/skyrlAvatar NovaSky-AI

    NovaSky-AI/SkyRL

    1,611Vezi pe GitHub↗
    Python
    Vezi pe GitHub↗1,611

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • chainer/chainerrlAvatar chainer

    chainer/chainerrl

    1,200Vezi pe GitHub↗

    ChainerRL is a deep reinforcement learning library built on top of Chainer.

    Python
    Vezi pe GitHub↗1,200
  • openrlhf/openrlhfAvatar OpenRLHF

    OpenRLHF/OpenRLHF

    9,675Vezi pe GitHub↗

    OpenRLHF is a training framework and alignment library designed for reinforcement learning from human feedback across distributed GPU clusters. It provides tools for aligning large language models and multimodal vision-language models using algorithms such as PPO, GRPO, and DPO. The framework distinguishes itself through a distributed inference engine that overlaps sample rollout with training to increase throughput. It supports scaling to models exceeding 70 billion parameters via parameter sharding and handles long-context sequences through ring-attention sequence parallelism. The project

    Pythonlarge-language-modelsopenai-o1proximal-policy-optimization
    Vezi pe GitHub↗9,675
  • rlinf/rlinfAvatar RLinf

    RLinf/RLinf

    2,502Vezi pe GitHub↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Pythonagentic-aiembodied-aireinforcement-learning
    Vezi pe GitHub↗2,502
  • kaixhin/atariAvatar Kaixhin

    Kaixhin/Atari

    264Vezi pe GitHub↗

    Persistent advantage learning dueling double DQN for the Arcade Learning Environment

    Lua
    Vezi pe GitHub↗264
  • alibaba/rollAvatar alibaba

    alibaba/ROLL

    2,844Vezi pe GitHub↗

    ROLL is a distributed reinforcement learning framework and model alignment toolkit designed for large language models. It serves as a scalable training pipeline and GPU cluster manager, providing the infrastructure to align model behavior using reinforcement learning algorithms and preference optimization techniques. The project distinguishes itself through an agentic rollout orchestrator that generates and collects multi-turn interaction trajectories between AI agents and simulated environments. It supports specialized alignment methods including Direct Preference Optimization, reinforcement

    Pythonagenticrlhfrlvr
    Vezi pe GitHub↗2,844
  • rlcode/reinforcement-learningAvatar rlcode

    rlcode/reinforcement-learning

    3,642Vezi pe GitHub↗

    Minimal and Clean Reinforcement Learning Examples

    Python
    Vezi pe GitHub↗3,642
  • volcengine/verlAvatar volcengine

    volcengine/verl

    22,015Vezi pe GitHub↗

    verl is a distributed training system designed for large language model alignment and reinforcement learning. It provides a framework for executing post-training pipelines, including supervised fine-tuning and reinforcement learning from human feedback, to refine model behavior and agentic capabilities. The system utilizes a hybrid training and inference engine that optimizes memory and communication when switching between model generation and gradient updates. It supports multi-modal reinforcement learning for models processing both image and text data, and implements algorithms such as PPO

    Python
    Vezi pe GitHub↗22,015
  • yandexdataschool/agentnetAvatar yandexdataschool

    yandexdataschool/AgentNet

    299Vezi pe GitHub↗

    Deep Reinforcement Learning library for humans

    Python
    Vezi pe GitHub↗299
  • thudm/slimeAvatar THUDM

    THUDM/slime

    4,259Vezi pe GitHub↗

    SLIME is a distributed reinforcement learning framework for large language model post-training that bridges Megatron training with SGLang inference servers. It orchestrates scalable RL loops across GPU clusters, decoupling training and inference into independent processes that communicate over HTTP and NCCL for independent scaling and fault tolerance. The system supports multi-agent reinforcement learning workflows with parallel agent instances, customizable rollout strategies, and personalized agent serving that improves models from prior conversations without disrupting API serving. The fra

    Python
    Vezi pe GitHub↗4,259
  • resibots/blackdropsAvatar resibots

    resibots/blackdrops

    66Vezi pe GitHub↗

    Code for the Black-DROPS algorithm: "Black-Box Data-efficient Policy Search for Robotics", IROS 2017/ICRA 2018

    C++
    Vezi pe GitHub↗66
  • huggingface/trlAvatar huggingface

    huggingface/trl

    18,653Vezi pe GitHub↗

    This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language models. It serves as a toolkit for adapting models to specialized domains through supervised learning, while offering advanced methodologies to improve output quality and reasoning capabilities. The project distinguishes itself through specialized alignment and optimization techniques, including direct preference optimization and reinforcement learning, which allow models to be tuned against human preferences without complex reward modeling. It further supports training efficie

    Python
    Vezi pe GitHub↗18,653
  • nivwusquorum/tensorflow-deepqAvatar nivwusquorum

    nivwusquorum/tensorflow-deepq

    1,166Vezi pe GitHub↗

    A deep Q learning demonstration using Google Tensorflow

    Jupyter Notebook
    Vezi pe GitHub↗1,166
  • inclusionai/arealAvatar inclusionAI

    inclusionAI/AReaL

    3,559Vezi pe GitHub↗

    AReaL is a system for agent orchestration, distributed model training, and parameter-efficient tuning. It provides a framework for developing multi-turn reasoning agents and training large models using reinforcement learning from human feedback. The project implements a toolkit for improving the visual reasoning and geometry problem solving capabilities of vision-language models. It utilizes a memory-efficient tuning system to optimize mathematical and reasoning models across different inference backends. The infrastructure supports large-scale training through tensor, pipeline, and expert p

    Pythonagentllmllm-agent
    Vezi pe GitHub↗3,559
  • aunum/goldAvatar aunum

    aunum/gold

    351Vezi pe GitHub↗

    Reinforcement Learning in Go

    Go
    Vezi pe GitHub↗351
  • facebookresearch/habitat-labAvatar facebookresearch

    facebookresearch/habitat-lab

    2,848Vezi pe GitHub↗

    Habitat-Lab is an open-source platform for training and evaluating embodied AI agents in photorealistic 3D indoor environments. It functions as a high-performance 3D indoor environment simulator that supports physics-based interaction, enabling research into navigation and manipulation tasks. The platform provides a modular task-environment abstraction that separates task logic from environment simulation, using configuration-driven pipeline assembly to compose simulation and training pipelines. It includes a hierarchical sensor-actuator architecture for mixing and matching perception and act

    Pythonaicomputer-visiondeep-learning
    Vezi pe GitHub↗2,848
  • applieddatasciencepartners/deepreinforcementlearningAvatar AppliedDataSciencePartners

    AppliedDataSciencePartners/DeepReinforcementLearning

    2,032Vezi pe GitHub↗

    A replica of the AlphaZero methodology for deep reinforcement learning in Python

    Jupyter Notebook
    Vezi pe GitHub↗2,032
  • anthropics/constitutionalharmlessnesspaperAvatar anthropics

    anthropics/ConstitutionalHarmlessnessPaper

    263Vezi pe GitHub↗

    This repository provides supplementary material for our paper Constitutional AI: Harmlessness from AI Feedback.

    Vezi pe GitHub↗263
  • alessiodm/drl-zhAvatar alessiodm

    alessiodm/drl-zh

    2,291Vezi pe GitHub↗

    Welcome to drlzh.ai: a hands-on deep reinforcement learning course where you build the algorithms, not just read about them.

    Jupyter Notebook
    Vezi pe GitHub↗2,291
  • chenmientan/rl2Avatar ChenmienTan

    ChenmienTan/RL2

    1,293Vezi pe GitHub↗
    Python
    Vezi pe GitHub↗1,293
  • amenra/ranxAvatar AmenRa

    AmenRa/ranx

    681Vezi pe GitHub↗

    ⚡️A Blazing-Fast Python Library for Ranking Evaluation, Comparison, and Fusion 🐍

    Python
    Vezi pe GitHub↗681
  • catalyst-team/catalyst-rlAvatar catalyst-team

    catalyst-team/catalyst-rl

    48Vezi pe GitHub↗

    Accelerated RL

    Python
    Vezi pe GitHub↗48
  • coax-dev/coaxAvatar coax-dev

    coax-dev/coax

    185Vezi pe GitHub↗

    |tests| |pypi| |docs| |License|

    Python
    Vezi pe GitHub↗185
  • contextualai/halosAvatar ContextualAI

    ContextualAI/HALOs

    906Vezi pe GitHub↗

    A library with extensible implementations of DPO, KTO, PPO, ORPO, and other human-aware loss functions (HALOs).

    Pythonalignmentdpohalos
    Vezi pe GitHub↗906
  • coreylynch/async-rlAvatar coreylynch

    coreylynch/async-rl

    1,006Vezi pe GitHub↗

    Tensorflow Keras OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning"

    Python
    Vezi pe GitHub↗1,006
  • cpnota/autonomous-learning-libraryC

    cpnota/autonomous-learning-library

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • alihassanijr/discernAvatar alihassanijr

    alihassanijr/DISCERN

    0Vezi pe GitHub↗

    This repository contains the implementation of DISCERN in Python. You can download the manuscript from my website or arXiv.

    Python
    Vezi pe GitHub↗0