awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

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

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

hkust-nlp/simpleRL-reason

0
View on GitHub↗
3,867 स्टार्स·286 फोर्क्स·Python·MIT·9 व्यूज़

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.

स्टार हिस्ट्री

hkust-nlp/simplerl-reason के लिए स्टार हिस्ट्री चार्टhkust-nlp/simplerl-reason के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

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.

hkust-nlp/simplerl-reason की मुख्य विशेषताएं क्या हैं?

hkust-nlp/simplerl-reason की मुख्य विशेषताएं हैं: Mathematical Reasoning Training, Rule-Based Reward Models, Reasoning Training Frameworks, Supervised Fine-Tuning Workflows, Policy Gradient Optimizers, Reinforcement Learning, Reasoning Chain Training, Deduction Chains।

hkust-nlp/simplerl-reason के कुछ ओपन-सोर्स विकल्प क्या हैं?

hkust-nlp/simplerl-reason के ओपन-सोर्स विकल्पों में शामिल हैं: 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…

SimpleRL Reason के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो SimpleRL Reason के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • morvanzhou/reinforcement-learning-with-tensorflowMorvanZhou का अवतार

    MorvanZhou/Reinforcement-learning-with-tensorflow

    9,464GitHub पर देखें↗

    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
    GitHub पर देखें↗9,464
  • sweetice/deep-reinforcement-learning-with-pytorchsweetice का अवतार

    sweetice/Deep-reinforcement-learning-with-pytorch

    4,635GitHub पर देखें↗

    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
    GitHub पर देखें↗4,635
  • reiniscimurs/drl-robot-navigationreiniscimurs का अवतार

    reiniscimurs/DRL-robot-navigation

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

    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
    GitHub पर देखें↗1,321
  • tensorlayer/tensorlayertensorlayer का अवतार

    tensorlayer/TensorLayer

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

    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
    GitHub पर देखें↗7,384
SimpleRL Reason के सभी 30 विकल्प देखें→