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

Create Episode Termination Factory #19

Closed
goobta opened this issue Nov 2, 2020 · 1 comment · Fixed by #27
Closed

Create Episode Termination Factory #19

goobta opened this issue Nov 2, 2020 · 1 comment · Fixed by #27
Assignees
Labels
new feature New feature or request

Comments

@goobta
Copy link
Member

goobta commented Nov 2, 2020

After running the first couple of simulations, the robot usually ends up on the ground and twitching. This is going to be an artifact of RL and we need to make a way to early terminate an episode so that the agent can start fresh.

I figure that the interface to this factory would be similar to our ObservationFactory and RewardsFactory. Create your env, register your stopping criteria, and you are off the races!

@goobta goobta added the new feature New feature or request label Nov 2, 2020
@goobta
Copy link
Member Author

goobta commented Nov 2, 2020

^^ a couple of issues which would be potential stopping criteria

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

Successfully merging a pull request may close this issue.

2 participants