sweetice/Deep-reinforcement-learning-with-pytorch

program error in gridworld.py

Opened this issue · 0 comments

In gridworld.py ,77 lines,self.position = [np.random.randint(tot_row), np.random.randint(tot_col)]. I think it should modify self.position = [np.random.randint(self.world_row), np.random.randint(self.world_col)]