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
Check if grid cell at given position is visible by the agent.
Transform given action so that it is compatible with the grid environment.
Transform environment state to agent observation.