Skip to content

program error in gridworld.py  #46

Open
@Wei-yao-Cheng

Description

@Wei-yao-Cheng

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)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions