WilliamLwj/PyXAB
PyXAB - A Python Library for X-Armed Bandit and Online Blackbox Optimization Algorithms
Implements 10+ X-armed bandit algorithms (Zooming, HOO, StoSOO, HCT, GPO, VHCT) for continuous black-box optimization with hierarchical partitioning strategies. Provides modular components including partition schemes, synthetic benchmark objectives, and meta-algorithm wrappers, designed for minimal external dependencies to integrate seamlessly with PyTorch and Scikit-Learn.
127 stars. No commits in the last 6 months. Available on PyPI.
Stars
127
Forks
30
Language
Python
License
MIT
Category
Last pushed
Oct 24, 2024
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/WilliamLwj/PyXAB"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
jekyllstein/Reinforcement-Learning-Sutton-Barto-Exercise-Solutions
Chapter notes and exercise solutions for Reinforcement Learning: An Introduction by Sutton and Barto
cfoh/Multi-Armed-Bandit-Example
Learning Multi-Armed Bandits by Examples. Currently covering MAB, UCB, Boltzmann Exploration,...
hypnosapos/cartpole-rl-remote
CartPole game by Reinforcement Learning, a journey from training to inference
matteocasolari/reinforcement-learning-an-introduction-solutions
Implementations for solutions to programming exercises of Reinforcement Learning: An...
BY571/Upside-Down-Reinforcement-Learning
Upside-Down Reinforcement Learning (⅂ꓤ) implementation in PyTorch. Based on the paper published...