Skip to content

Conversation

@jacobarrio
Copy link

Fixes #373

Error message says 5 args but function actually needs 6. Fixed the string to match what the code does.

Function checks for 6 args and uses all 6 (obs, actions, rewards,
terminals, truncations, seed) but error message said 5.

Fixes PufferAI#373
@jacobarrio
Copy link
Author

Fixed in #432

Changed error message to say 6 args instead of 5. Function was checking for 6 and using all 6, just the string was wrong.

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.

env_binding.c env_init Says 5 Args - Seems to Need 6

1 participant