-
Notifications
You must be signed in to change notification settings - Fork 44
Description
The instructions for the stable baseline 3 and PyBullet appear to be out of date or incorrect. I have tried to use gymnasium 0.29.1 with the pybullet_envs_gymnasium environments but get an error. The latest gymnasium also does not work.
TypeError: WalkerBaseBulletEnv.reset() got an unexpected keyword argument 'seed'. It appears the learn method does not work well with the PyBullet Environments.
I know this is not a Stable Baselines issue, but it seems that the PyBullet enviornments are not keeping up with gymnasium changes. Either way, any help or direction would be greatly appreciated. Ultimately, it would be nice to have an updated set of instructions for getting the environments, pybullet, and stable baselines working together. Thanks for the time.