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

Add "kick" at beginning of episode to start with random initial conditions #35

Open
declanoller opened this issue Nov 26, 2019 · 0 comments

Comments

@declanoller
Copy link
Collaborator

The real Pendulum-v0 starts with a random angle and velocity in some range. We should do this too. I think the easiest way would be to just add an action at the beginning of the env's reset() function, as that's almost always called before the start of an episode, and there's not really an "episode" function.

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