Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 557 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 557 Bytes

Double Q(σ) and Q(σ, λ): Unifying Reinforcement Learning Control Algorithms

This repository includes code for the paper:

Double Q(σ) and Q(σ, λ): Unifying Reinforcement Learning Control Algorithms

It contains python implementations of Double Q(σ) and Q(σ, λ). These algorithms generalize Q-Learning, Sarsa and Q(σ) and can achieve better performance. Read the paper at arXiv for more information.