MS

M. Sunil

info

Please Note

1 records found

The convergence rate of standard Q-learning is notoriously slow, demanding an immense volume of sample transitions to isolate the optimal policy in practical implementations. To mitigate this sluggish convergence, acceleration techniques utilizing second-order stochastic approximation methods have been introduced. This thesis proposes a novel preconditioned matrix gain framework built upon the foundations of Zap Q-learning. The proposed method directly addresses the high computational bottleneck associated with standard Zap Q-learning updates, reducing the per-iteration complexity to O(n2m2). Extensive empirical evaluations across diverse Markov Decision Process topologies demonstrate that the proposed framework yields significantly accelerated convergence to the optimal policy compared to existing baselines. Furthermore, a rigorous mathematical analysis ensures that the algorithm’s iterates are stable and asymptotically converge to the true optimal value function. ...