mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
7 lines
133 B
Python
7 lines
133 B
Python
![]() |
from ray.rllib.algorithms.dqn import ( # noqa
|
||
|
dqn_tf_policy,
|
||
|
dqn_torch_policy,
|
||
|
DQN as DQNTrainer,
|
||
|
DEFAULT_CONFIG,
|
||
|
)
|