Open Jaron-U opened 1 month ago
update: I can run the dqn
Hi! I just had a look at this and I am unable to reproduce your error. It appears you are using an older version of the repo (since algorithm name ac
has been deprecated and should be replaced with ia2c
). Please update the repo to the most recent version.
Also, a recent update of the gymnasium
library causes issues with assumptions made in our code since they changed their interface for vectorised environments (hence also why only AC algorithms are affected), see here for more details. As a simple fix for now, the requirements.txt
was updated to require a version of gymnasium that is preceding the newest 1.0.0
release. Please make sure you update/ downgrade the repo and the gymnasium library accordingly and let me know if that resolves your issues!
Hi,
I got this error when i tried to run the code: