mlech26l / ncps

PyTorch and TensorFlow implementation of NCP, LTC, and CfC wired neural models
https://www.nature.com/articles/s42256-020-00237-3
Apache License 2.0
1.86k stars 297 forks source link

Rllib versioning #43

Open denizhanpak opened 1 year ago

denizhanpak commented 1 year ago

Hey there is an attribute error that pops up in rllib. The issue is not on your end but seems to be a versioning issue. Could you update the pip install command with the versions you are using for this example: https://ncps.readthedocs.io/en/latest/examples/atari_ppo.html

Thank you!

mlech26l commented 1 year ago

Hi, @denizhanpak I have updated the docs to specify the rllib version.

I will update the example to the latest versions once the migration of gym to gymnasium of all involved libraries is done