-
Notifications
You must be signed in to change notification settings - Fork 7
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: argument of type 'ABCMeta' is not iterable #6
Comments
Hi! |
@HUSTColinLee , could you share an example of your checkpoint to help me reproduce your issue? our other issues with SB3 are gone |
@HUSTColinLee Hi Colin I basically had the same issues. It seems that the two checkpoint files do not work for current version of code. I tried simple_bc_agent.py and found the inconsistencies of dimensions of proprioception. You only need to change line 21 and 49, I think more important questions include 1) the baseline of training agents using action primitives 2) how to reproduce and replay the demo using action primitives... @roberto-martinmartin Do you have any suggestions? |
@Roadsong Thanks for commenting. The first issue has been solved by replacing with |
@HUSTColinLee , sorry for the delay. I was exploring this. The issue is a newer version of python. Are you using python 3.7? I think the breaking change is with python newer versions, e.g., 3.10. Those versions are incompatible with stable baselines |
@roberto-martinmartin, Thanks for the reply. I am using python 3.8.3, which follows the documentation. |
It might be due to opencv, stable-baselines or cloudpickle version mismatch. Can you try these?
|
Hello @ChengshuLi @roberto-martinmartin I am facing the same issue as @HUSTColinLee : "the dimension of proprioceptions is 90 from test_bac_agent.py while it is 22 for the model". Running all the pip installs (as you've mentioned previously) did not solve this issue. How to go about this? |
Hi, I'm getting the same error as in the second comment. I am running the following: |
Hi,
I encountered this error when I was trying to run this command: 'python -m behavior.benchmark.behavior_benchmark --agent-class PPO --ckpt-path /tmp/my_checkpoint --split cleaning_toilet'.
It seems that because of loading the checkpoints. Do you know how to fix it?
Many thanks!
The text was updated successfully, but these errors were encountered: