Hybrid Q-Learning + LQR Control
A multi-link inverted pendulum that swings itself up and balances by combining a learned policy with classical optimal control. A Q-learning policy handles the nonlinear swing-up; an LQR regulator takes over for refined stabilization, with a dynamic threshold-switching strategy deciding when to hand off between them.
Built with discretized state variables, epsilon-greedy exploration, and real-time angle wrapping and matrix computation. The approach earned a Bronze Medal at the 2nd Koh Young AI Competition (ICCAS 2024).