navidadkhah/CartPole-V1
CartPole problem solved using two Reinforcement learning algorithms (DQN and SARSA) with two policies (epsilon-greedy and Boltzmann), with results.
No commits in the last 6 months.
Stars
6
Forks
—
Language
Python
License
MIT
Category
Last pushed
Sep 28, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/navidadkhah/CartPole-V1"
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,...
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...