Basic agents

Simple agents that can be used as a baseline or for testing purposes.

source

RandomAgent

 RandomAgent (environment_info:ddopai.utils.MDPInfo,
              obsprocessors:list[object]|None=None,
              agent_name:str='RandomAgent', *args, **kwargs)

A random agent that samples actions from the environment’s action space. Useful for testing and as minimal baseline.