-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error when running run_oracle.sh
: SubprocVecEnv has no attribute 'env'
#4
Comments
Apologies for the delayed response. I don’t check the issues in this repository very frequently. May I ask if this occurs only when you run |
I just run |
Could you plz have a try and see whether you encounter the same issue? |
I tried running wandb: Using wandb-core as the SDK backend.
wandb: Currently logged in as: songyuc. Use `wandb login --relogin` to force relogin
wandb: ERROR failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
Traceback (most recent call last):
File "ppo.py", line 116, in <module>
settings=None if args.reward_path is None else wandb.Settings(code_dir=args.reward_path[:-11]))
[...]
wandb.errors.errors.CommError: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}} Even though I'm logged into wandb, it seems there's a permission issue when trying to create or update the bucket. Could you please advise:
Thank you for your help! |
|
After a trial, I found that running |
Environment
Description
I'm a student new to robotics and trying to run the Text2Reward project. When executing
bash run_oracle.sh
, I encountered the following error:The error occurs when trying to access the
_max_episode_steps
attribute through nestedenv
attributes of the vectorized environment.Steps to Reproduce
bash run_oracle.sh
Additional Context
Questions
I appreciate your help!
The text was updated successfully, but these errors were encountered: