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

CupGame and CleanupTask not returned in env.step #400

Open
3 tasks
jaydenmilne opened this issue Mar 19, 2020 · 0 comments
Open
3 tasks

CupGame and CleanupTask not returned in env.step #400

jaydenmilne opened this issue Mar 19, 2020 · 0 comments

Comments

@jaydenmilne
Copy link
Contributor

jaydenmilne commented Mar 19, 2020

Describe the new feature you'd like
env.step() returns a 4tuple of (state, reward, terminal, env_info). Until now env_info has just been None, but with the CupGame and the CleanupTask we should probably be returning information about the worlds in those tasks.

  • Verify this is how gym uses the 4th parameter
  • In cupgame or trash scenarios, the 4th parameter returns the current state
  • Decide if this is even worth doing

This is fairly low priority

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

No branches or pull requests

1 participant