Skip to content

fixes syntax#60

Open
lazybuttrying wants to merge 1 commit intoseungeunrho:masterfrom
lazybuttrying:master
Open

fixes syntax#60
lazybuttrying wants to merge 1 commit intoseungeunrho:masterfrom
lazybuttrying:master

Conversation

@lazybuttrying
Copy link
Copy Markdown

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

@mokizzz
Copy link
Copy Markdown

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