This fixes issue #120 and I removed the variable self._current_state, because it does not have any use.
While this is the solution to issue #120, I think this check can be omitted inside of step(), because how likely is it that someone uses an Obstacle Tower build that eventually spawns additional agents in the middle of an episode?
This fixes issue #120 and I removed the variable self._current_state, because it does not have any use.
While this is the solution to issue #120, I think this check can be omitted inside of step(), because how likely is it that someone uses an Obstacle Tower build that eventually spawns additional agents in the middle of an episode?