Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Three are some Python Point Error in your code at render() and step() #16

Open
herywang opened this issue Mar 16, 2021 · 0 comments
Open

Comments

@herywang
Copy link

herywang commented Mar 16, 2021

for example:

def reset(self):
        self.maze_view.reset_robot()
        self.state = np.zeros(2)
        self.steps_beyond_done = None
        self.done = False
        return self.state

in the code, you should return copy.deepcopy(self.state) or return np.array(self.state) rather than return self.state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant