Closed CreamyLong closed 5 years ago
Did this happen when you were trying to install the project dependencies or when trying to run a battle? Anything to give more context, so we can try to reproduce the problem or help you more.
thanks for the reply. This happens when I try to use the Playground.ipynb in the notebook
Can you check your version of gym? Are you using our requirements.txt to install everything?
AttributeError Traceback (most recent call last)
OpenAI gym removed prng on Jan 30th. I'm also on 0.12.0 and encountered this error when attempting to use env.seed()
I think we can just get rid of this then as they are relying on gym.utils's seeding. Adjusted in 95c728b.
AttributeError: module 'gym.spaces' has no attribute 'prng‘