Module bbrl.agents
Expand source code
from .dataloader import DataLoaderAgent, ShuffledDatasetAgent
from .remote import NRemoteAgent, RemoteAgent
from .utils import Agents, CopyTAgent, PrintAgent, TemporalAgent, EpisodesDone
Sub-modules
bbrl.agents.agent
bbrl.agents.asynchronous
bbrl.agents.dataloader
bbrl.agents.gyma
bbrl.agents.gymb
bbrl.agents.remote
bbrl.agents.utils