nip.trainers.solo_agent

nip.trainers.solo_agent#

Train agents in isolation, without any interaction with other agents.

This is useful for ensuring that the agents are able to learn the task in isolation.

Classes

SoloAgentTrainer(hyper_params, ...)

Trainer for training tensordict agents in isolation.