src.gridmind.wrappers.env_wrappers.idle_truncation_wrapper

Classes

IdleAgentTruncationWrapper

Module Contents

class src.gridmind.wrappers.env_wrappers.idle_truncation_wrapper.IdleAgentTruncationWrapper(env, max_idle_frames=1000, max_repeated_actions=250)[source]

Bases: gymnasium.Wrapper

max_idle_frames = 1000[source]
max_repeated_actions = 250[source]
reset_tracking()[source]
reset(**kwargs)[source]
step(action)[source]