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

Unify env step interface #306

Merged
merged 4 commits into from
Apr 21, 2019
Merged

Unify env step interface #306

merged 4 commits into from
Apr 21, 2019

Conversation

kengz
Copy link
Owner

@kengz kengz commented Apr 21, 2019

Unify env step interface

  • update env.step interface to be consistent with gym return: state, reward, done, info
  • this includes only interface changes and no logic changes.
  • methods changed and propagated include:
    • env.step
    • env.space_step
    • control env.step
  • additionally, also reorder ENV_DATA_NAMES to follow the same convention state, reward, done, and propagate accordingly

@kengz kengz merged commit 755429a into v4-dev Apr 21, 2019
@kengz kengz deleted the env-step branch April 21, 2019 17:16
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

Successfully merging this pull request may close these issues.

1 participant