rllib_tutorials
rllib_tutorials copied to clipboard
Typo
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 ?