We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your issue may already be reported! Please search on the issue tracker before creating one.
This example script (reinforce.py and actor_critic.py) should be running well without encountering any bugs.
When running the script (reinforce.py and actor_critic.py), there are error:
--------------------------------------------------------------------------- ValueError Traceback (most recent call last) [<ipython-input-8-263240bbee7e>](https://localhost:8080/#) in <cell line: 1>() ----> 1 main() [<ipython-input-4-6af08085b221>](https://localhost:8080/#) in main() 87 running_reward = 10 88 for i_episode in count(1): ---> 89 state, _ = env.reset() 90 ep_reward = 0 91 for t in range(1, 10000): # Don't infinite loop while learning ValueError: too many values to unpack (expected 2)
Here I put my pull request that run on my system (gym version 0.25.2) #1212
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your issue may already be reported!
Please search on the issue tracker before creating one.
Context
Your Environment
Expected Behavior
This example script (reinforce.py and actor_critic.py) should be running well without encountering any bugs.
Current Behavior
When running the script (reinforce.py and actor_critic.py), there are error:
Possible Solution
Here I put my pull request that run on my system (gym version 0.25.2)
#1212
Steps to Reproduce
...
Failure Logs [if any]
Tasks
The text was updated successfully, but these errors were encountered: