ray.rllib.env.single_agent_episode.SingleAgentEpisode.agent_steps# SingleAgentEpisode.agent_steps() → int[source]# Returns the number of agent steps. Note, these are identical to the environment steps for a single-agent episode. Returns: An integer counting the number of agent steps executed during the time this episode instance records.