Source code for scml.std.rl.agent

from scml.oneshot.rl import OneShotRLAgent

__all__ = ["StdRLAgent"]

[docs] StdRLAgent = OneShotRLAgent