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
The example python examples/franka_rl_stable_baselines.py throws the following error for me: TypeError: Can't instantiate abstract class GymFrankaBlockVecEnvStableBaselines with abstract methods env_is_wrapped
Perhaps this is due to a version mismatch for stable baselines? This is assuming stable_baselines3 is installed via pip with version 1.1.0.
The text was updated successfully, but these errors were encountered:
The example
python examples/franka_rl_stable_baselines.py
throws the following error for me:TypeError: Can't instantiate abstract class GymFrankaBlockVecEnvStableBaselines with abstract methods env_is_wrapped
Perhaps this is due to a version mismatch for stable baselines? This is assuming
stable_baselines3
is installed via pip with version1.1.0
.The text was updated successfully, but these errors were encountered: