hsahovic / poke-env

A python interface for training Reinforcement Learning bots to battle on pokemon showdown
https://poke-env.readthedocs.io/
MIT License
297 stars 103 forks source link

ImportError: cannot import name 'ActType' from 'gym.core' #506

Closed jesuzn closed 8 months ago

jesuzn commented 8 months ago

Trying to import poke-env yields the following error:

ImportError: cannot import name 'ActType' from 'gym.core'

jesuzn commented 8 months ago

Solved by uninstalling and re-installing gym.