Skip to content

Conversation

@lazybuttrying
Copy link

env.reset() returns more value, that is "info"
env.step() returns more value, that is "truncated"

@mokizzz
Copy link

mokizzz commented Feb 22, 2024

Already fixed in the newest code:

s, _ = env.reset()

s_prime, r, done, truncated, info = env.step(a)

But have not been fixed in other algorithms like a3c.py:

s = env.reset()

s_prime, r, done, info = env.step(a)

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.

2 participants