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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hkust-nlp avatar

hkust-nlp/simpleRL-reason

0
View on GitHub↗
3,867 stars·286 forks·Python·MIT·9 vues

SimpleRL Reason

simpleRL-reason is a training framework designed to improve mathematical and logical deduction in large language models. It utilizes reinforcement learning and policy optimization to enhance the accuracy and transparency of step-by-step deduction chains.

The project implements a pipeline that establishes baseline capabilities through supervised fine-tuning before applying reinforcement learning to maximize deductive accuracy. It features a reward modeling toolkit that calculates scalar feedback by comparing generated reasoning steps against verified mathematical ground truths.

The framework includes a standardized benchmark for measuring reasoning performance and a web-based interface for visualizing the evolution of logical processes. It further incorporates curated difficulty-based datasets and a dependency-free execution suite to analyze model responses.

Features

  • Mathematical Reasoning Training - Implements a comprehensive training methodology for improving model performance on complex mathematical problem-solving tasks.
  • Rule-Based Reward Models - Calculates scalar feedback by comparing generated reasoning steps against verified mathematical ground truths.
  • Reasoning Training Frameworks - Provides a framework for improving mathematical and logical deduction in LLMs using reinforcement learning and policy optimization.
  • Supervised Fine-Tuning Workflows - Implements supervised fine-tuning workflows to establish baseline logical capabilities before applying reinforcement learning.
  • Policy Gradient Optimizers - Utilizes gradient-based methods to optimize model policy parameters for improved logical accuracy in deduction.
  • Reinforcement Learning - Applies reinforcement learning techniques to refine model outputs based on verified ground truth answers and scalar feedback.
  • Reasoning Chain Training - Uses reinforcement learning with rule-based rewards to enable models to learn extended reasoning chains spontaneously.
  • Deduction Chains - Structures model outputs as sequential logical deduction chains to improve the transparency and accuracy of mathematical reasoning.
  • Reasoning Process Monitors - Provides a web-based interface to visualize and audit the evolution of step-by-step reasoning chains across training stages.
  • Difficulty-Based Datasets - Provides curated training and evaluation datasets organized by complexity to facilitate multi-step deductive problem solving.
  • Reasoning Evaluations - Provides a testing framework to measure the model's ability to reason and comprehend complex mathematical tasks.
  • Reasoning Optimization - Enhances complex reasoning performance through two-stage reinforcement learning and value estimation.
  • Mathematical Reasoning Evaluations - Includes a standardized evaluation suite to objectively measure numerical computation and multi-step problem-solving skills.
  • Reinforcement Learning Frameworks - Simplified reinforcement learning pipeline for reasoning tasks.

Historique des stars

Graphique de l'historique des stars pour hkust-nlp/simplerl-reasonGraphique de l'historique des stars pour hkust-nlp/simplerl-reason

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait hkust-nlp/simplerl-reason ?

simpleRL-reason is a training framework designed to improve mathematical and logical deduction in large language models. It utilizes reinforcement learning and policy optimization to enhance the accuracy and transparency of step-by-step deduction chains.

Quelles sont les fonctionnalités principales de hkust-nlp/simplerl-reason ?

Les fonctionnalités principales de hkust-nlp/simplerl-reason sont : Mathematical Reasoning Training, Rule-Based Reward Models, Reasoning Training Frameworks, Supervised Fine-Tuning Workflows, Policy Gradient Optimizers, Reinforcement Learning, Reasoning Chain Training, Deduction Chains.

Quelles sont les alternatives open-source à hkust-nlp/simplerl-reason ?

Les alternatives open-source à hkust-nlp/simplerl-reason incluent : morvanzhou/reinforcement-learning-with-tensorflow — This project is an educational repository of reinforcement learning agents and tutorials implemented using TensorFlow.… sweetice/deep-reinforcement-learning-with-pytorch — This project is a PyTorch reinforcement learning library and agent training framework. It provides a suite of deep… reiniscimurs/drl-robot-navigation — DRL-robot-navigation is a deep reinforcement learning platform and robotic simulation framework designed to train… tensorlayer/tensorlayer — TensorLayer is a backend-agnostic tensor library and deep learning framework designed for building neural network… zhaochenyang20/awesome-ml-sys-tutorial — This project provides a comprehensive technical guide and framework for engineering large-scale machine learning… dennybritz/reinforcement-learning — This repository provides a comprehensive library of reinforcement learning algorithms designed for training autonomous…

Alternatives open source à SimpleRL Reason

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec SimpleRL Reason.
  • morvanzhou/reinforcement-learning-with-tensorflowAvatar de MorvanZhou

    MorvanZhou/Reinforcement-learning-with-tensorflow

    9,464Voir sur 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
    Voir sur GitHub↗9,464
  • sweetice/deep-reinforcement-learning-with-pytorchAvatar de sweetice

    sweetice/Deep-reinforcement-learning-with-pytorch

    4,635Voir sur GitHub↗

    This project is a PyTorch reinforcement learning library and agent training framework. It provides a suite of deep reinforcement learning algorithms, including DQN, PPO, and SAC, to facilitate the development of autonomous agents that optimize behavior through trial and error. The library focuses on the implementation of various actor-critic methods and deep learning architectures for research into autonomous decision making. It enables the training of intelligent agents within diverse environments by leveraging PyTorch-based model implementations. The codebase covers core reinforcement lear

    Pythona2ca3cactor-critic
    Voir sur GitHub↗4,635
  • reiniscimurs/drl-robot-navigationAvatar de reiniscimurs

    reiniscimurs/DRL-robot-navigation

    1,321Voir sur GitHub↗

    DRL-robot-navigation is a deep reinforcement learning platform and robotic simulation framework designed to train autonomous mobile robots for collision-free path planning. It uses neural network policies and physics-engine simulation environments to teach robots how to navigate toward target coordinates while avoiding obstacles. The software trains continuous control policies using twin delayed deep deterministic policy gradients over continuous state and action spaces. Training is guided by scalar reward signals derived from target proximity and obstacle avoidance distances. System compone

    Pythondeep-learningdeep-reinforcement-learninggazebo
    Voir sur GitHub↗1,321
  • tensorlayer/tensorlayerAvatar de tensorlayer

    tensorlayer/TensorLayer

    7,384Voir sur GitHub↗

    TensorLayer is a backend-agnostic tensor library and deep learning framework designed for building neural network architectures. It provides a neural network abstraction layer that allows model logic to run across different deep learning engines using high-level layers and model components. The project serves as a deep reinforcement learning toolkit for implementing policy-based, value-based, and actor-critic agents. It includes specialized tools for managing experience replay and gradient-based policy optimization to handle both discrete and continuous action spaces. To support reinforcemen

    Python
    Voir sur GitHub↗7,384
  • Voir les 30 alternatives à SimpleRL Reason→