Skip to content

Reinforcement Learning: Implementation of Q(sigma, lambda) and Double Q(sigma) in Python

Notifications You must be signed in to change notification settings

markusdumke/q_sigma_lambda

Repository files navigation

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.

About

Reinforcement Learning: Implementation of Q(sigma, lambda) and Double Q(sigma) in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published