You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sorry for not seeing the issue before. What version of stable baselines are you using? Can you try it with the version used by this repository, which should be stable-baselines3==1.4.0? Or with the provided docker image directly?
Hi, sorry for not seeing the issue before. What version of stable baselines are you using? Can you try it with the version used by this repository, which should be stable-baselines3==1.4.0? Or with the provided docker image directly?
I try it to train by using stable-baselines3==1.4.0,but i encountered the same problem.I test it with pretrain result is well.
Thanks for bringing this up. It looks like a modification that passed the indices through the vecenv wrepper did not make it into this version of the code. I've just added the missing component.
I encountered the error:
When I'm trying to run the training.py code. After debugging, I found that the problem was caused by
HIMOS/src/highlevel_policy/vec_monitor_MOD.py
Lines 86 to 91 in 635ae69
https://github.com/DLR-RM/stable-baselines3/blob/21f6a474a4755996709efee8c0aab309df905cbf/stable_baselines3/common/vec_env/base_vec_env.py#L263-L264 which only takes two arguments. Is it a problem caused by the version of stable_baselines3?
The text was updated successfully, but these errors were encountered: