| 384 | |
| 385 | |
| 386 | class DDPGLoss(LossModule): |
| 387 | default_value_estimator = default_value_estimator |
| 388 | make_value_estimator = make_value_estimator |
| 389 | |
| 390 | __init__ = _init |
| 391 | forward = _forward |
| 392 | loss_value = _loss_value |
| 393 | loss_actor = _loss_actor |
| 394 | |
| 395 | |
| 396 | ############################################################################### |