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

TypeError: expected np.ndarray (got tuple) #59

Open
InguChoi opened this issue Dec 15, 2022 · 1 comment
Open

TypeError: expected np.ndarray (got tuple) #59

InguChoi opened this issue Dec 15, 2022 · 1 comment

Comments

@InguChoi
Copy link

image

My system environment is below

  • virtual machine ubuntu 18.04 on windows
  • miniconda
  • python 3.9 version

I just copy and paste this minimalRL code in my workspace...
I can not execute the example code.

Thank you

@super-NOV-a
Copy link

super-NOV-a commented Feb 15, 2023

I have met the same problem
I solved it by changing the initial structure:
after building
s = env.reset()
add
s = s[0]

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

No branches or pull requests

2 participants