rllib_tutorials icon indicating copy to clipboard operation
rllib_tutorials copied to clipboard

Typo

Open mg64ve opened this issue 3 years ago • 0 comments

Hello @sven1977 ,

Is the following a typo?

      ag1_discrete_pos = self.agent1_pos[0] * self.width + \
            (self.agent1_pos[1] % self.width)
        ag2_discrete_pos = self.agent2_pos[0] * self.width + \
            (self.agent2_pos[1] % self.width)

Shouldn't be the second addendum self.height instead of self.width ?

mg64ve avatar Oct 08 '21 14:10 mg64ve