GlobalView#

class curiosity_gym.core.agentpov.GlobalView(env_size: tuple[int, int])#

Agent point-of-view observing the full state of the environment.

Parameters:

env_size (tuple[int, int]) – Number of (horizontal, vertical) cells in the grid environment where the pov class is used.

Methods

is_visible

Check if grid cell at given position is visible by the agent.

transform_action

Transform given action so that it is compatible with the grid environment.

transform_obs

Transform environment state to agent observation.