hypnosapos/cartpole-rl-remote
CartPole game by Reinforcement Learning, a journey from training to inference
This project helps machine learning engineers and researchers explore and compare different methods for training reinforcement learning models, specifically for tasks like balancing a pole on a cart. It takes your custom model training code and outputs trained models along with detailed performance metrics and visualizations. The primary users are individuals working on developing and optimizing AI agents for various control problems.
Use this if you are a machine learning engineer who wants to experiment with different training configurations for reinforcement learning models and observe their performance with robust metrics.
Not ideal if you are looking for a pre-built, ready-to-deploy reinforcement learning solution without needing to dive into custom training and observability setups.
Stars
25
Forks
3
Language
Python
License
MIT
Category
Last pushed
Jan 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hypnosapos/cartpole-rl-remote"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
WilliamLwj/PyXAB
PyXAB - A Python Library for X-Armed Bandit and Online Blackbox Optimization Algorithms
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,...
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...