Source code for harl.algorithms.actors.matd3

"""MATD3 algorithm."""
from harl.algorithms.actors.hatd3 import HATD3


[docs] class MATD3(HATD3): pass