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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
NVlabs avatar

NVlabs/gbrl

0
View on GitHub↗
144 stars·7 forks·C++·MIT·9 viewsnvlabs.github.io/gbrl↗

Gbrl

GBRL is a Python-based Gradient Boosting Trees (GBT) library, similar to popular packages such as XGBoost, CatBoost, but specifically designed and optimized for reinforcement learning (RL). GBRL is implemented in C++/CUDA aimed to seamlessly integrate within popular RL libraries.

Features

  • Gradient Boosting Research - Reinforcement learning framework utilizing gradient boosting.

Star history

Star history chart for nvlabs/gbrlStar history chart for nvlabs/gbrl

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Gbrl

Similar open-source projects, ranked by how many features they share with Gbrl.
  • ajoo/nrgboostajoo avatar

    ajoo/nrgboost

    5View on GitHub↗

    This repository contains the official code of the paper NRGBoost: Energy-Based Generative Boosted Trees (ICLR 2025).

    Python
    View on GitHub↗5
  • amirsaffari/online-multiclass-lpboostamirsaffari avatar

    amirsaffari/online-multiclass-lpboost

    68View on GitHub↗

    Online Multi-Class LPBoost

    C++
    View on GitHub↗68
  • andymiller/vboostandymiller avatar

    andymiller/vboost

    11View on GitHub↗

    code for Variational Boosting: Iteratively Refining Posterior Approximations

    Python
    View on GitHub↗11
  • aciditeam/acidanoaciditeam avatar

    aciditeam/acidano

    4View on GitHub↗
    Jupyter Notebook
    View on GitHub↗4
See all 30 alternatives to Gbrl→

Frequently asked questions

What does nvlabs/gbrl do?

GBRL is a Python-based Gradient Boosting Trees (GBT) library, similar to popular packages such as XGBoost, CatBoost, but specifically designed and optimized for reinforcement learning (RL). GBRL is implemented in C++/CUDA aimed to seamlessly integrate within popular RL libraries.

What are the main features of nvlabs/gbrl?

The main features of nvlabs/gbrl are: Gradient Boosting Research.

What are some open-source alternatives to nvlabs/gbrl?

Open-source alternatives to nvlabs/gbrl include: ajoo/nrgboost — This repository contains the official code of the paper NRGBoost: Energy-Based Generative Boosted Trees (ICLR 2025). amirsaffari/online-multiclass-lpboost — Online Multi-Class LPBoost. andymiller/vboost — code for Variational Boosting: Iteratively Refining Posterior Approximations. anitan0925/resfgb — Remark: The code is updated from the ICML version. The ICML version corresponds to a commit on May 25, 2018. arogozhnikov/infiniteboost — Code for a paper InfiniteBoost: building infinite ensembles with gradient descent (arXiv:1706.01109). A. Rogozhnikov,… aciditeam/acidano.