mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
5 lines
105 B
Python
5 lines
105 B
Python
![]() |
from ray.rllib.algorithms.simple_q import ( # noqa
|
||
|
SimpleQ as SimpleQTrainer,
|
||
|
DEFAULT_CONFIG,
|
||
|
)
|