ray.rllib.env.single_agent_episode.SingleAgentEpisode.is_done#

property SingleAgentEpisode.is_done: bool#

Whether the episode is actually done (terminated or truncated).

A done episode cannot be continued via self.add_timestep() or being concatenated on its right-side with another episode chunk or being succeeded via self.create_successor().