mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Include missing RegressionHead. (#263)
This commit is contained in:
committed by
Gal Leibovich
parent
20a8dea0dd
commit
bdb9b224a8
@@ -12,6 +12,7 @@ from .quantile_regression_q_head import QuantileRegressionQHead
|
|||||||
from .rainbow_q_head import RainbowQHead
|
from .rainbow_q_head import RainbowQHead
|
||||||
from .v_head import VHead
|
from .v_head import VHead
|
||||||
from .acer_policy_head import ACERPolicyHead
|
from .acer_policy_head import ACERPolicyHead
|
||||||
|
from .cil_head import RegressionHead
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'CategoricalQHead',
|
'CategoricalQHead',
|
||||||
@@ -27,5 +28,6 @@ __all__ = [
|
|||||||
'QuantileRegressionQHead',
|
'QuantileRegressionQHead',
|
||||||
'RainbowQHead',
|
'RainbowQHead',
|
||||||
'VHead',
|
'VHead',
|
||||||
'ACERPolicyHead'
|
'ACERPolicyHead',
|
||||||
|
'RegressionHead'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user