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
·
maitrix-org avatar

maitrix-org/llm-reasoners

0
View on GitHub↗
2,345 estrellas·204 forks·Python·Apache-2.0·6 vistaswww.llm-reasoners.net↗

Llm Reasoners

LLM Reasoners is a library to enable LLMs to conduct complex reasoning, with advanced reasoning algorithms. It approaches multi-step reasoning as planning and searches for the optimal reasoning chain, which achieves the best balance of exploration vs exploitation with the idea of "World Model"…

Features

  • Model Utilities - Library for implementing advanced reasoning techniques.
  • Reinforcement Learning Frameworks - Library for building and evaluating reasoning-based agents.

Historial de estrellas

Gráfico del historial de estrellas de maitrix-org/llm-reasonersGráfico del historial de estrellas de maitrix-org/llm-reasoners

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Llm Reasoners

Proyectos open-source similares, clasificados según cuántas características comparten con Llm Reasoners.
  • google/dopamineAvatar de google

    google/dopamine

    10,879Ver en 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
    Ver en GitHub↗10,879
  • facebookresearch/habitat-labAvatar de facebookresearch

    facebookresearch/habitat-lab

    2,848Ver en 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
    Ver en GitHub↗2,848
  • alibaba/rollAvatar de alibaba

    alibaba/ROLL

    2,844Ver en 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
    Ver en GitHub↗2,844
  • arcee-ai/mergekitAvatar de arcee-ai

    arcee-ai/mergekit

    7,156Ver en GitHub↗

    MergeKit is a toolkit for combining multiple pre-trained large language models into a single entity using algorithmic blending. It provides a specialized system for parameter interpolation and weight extraction to unify model capabilities. The project distinguishes itself through an evolutionary merge optimizer that tunes parameters based on quantitative evaluation metrics. It also features a mixture of experts orchestrator capable of converting dense models into sparse architectures and a tokenizer alignment tool for transplanting embeddings between different models. The toolkit covers a br

    Pythonllamallmmodel-merging
    Ver en GitHub↗7,156
Ver las 30 alternativas a Llm Reasoners→

Preguntas frecuentes

¿Qué hace maitrix-org/llm-reasoners?

LLM Reasoners is a library to enable LLMs to conduct complex reasoning, with advanced reasoning algorithms. It approaches multi-step reasoning as planning and searches for the optimal reasoning chain, which achieves the best balance of exploration vs exploitation with the idea of "World Model"…

¿Cuáles son las características principales de maitrix-org/llm-reasoners?

Las características principales de maitrix-org/llm-reasoners son: Model Utilities, Reinforcement Learning Frameworks.

¿Qué alternativas de código abierto existen para maitrix-org/llm-reasoners?

Las alternativas de código abierto para maitrix-org/llm-reasoners incluyen: google/dopamine — Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse… facebookresearch/habitat-lab — Habitat-Lab is an open-source platform for training and evaluating embodied AI agents in photorealistic 3D indoor… alibaba/roll — ROLL is a distributed reinforcement learning framework and model alignment toolkit designed for large language models.… aunum/gold — Reinforcement Learning in Go. chainer/chainerrl — ChainerRL is a deep reinforcement learning library built on top of Chainer. arcee-ai/mergekit — MergeKit is a toolkit for combining multiple pre-trained large language models into a single entity using algorithmic…