You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a great tool to work with. I was trying to give it a shot, but got an error.
File "/Users/me/Research/Project/dnn-framework/project/ai-contest/holdem/holdem.py", line 21, in
env = gym.make('TexasHoldem-v1') # holdem.TexasHoldemEnv(2)
File "/Users/me/anaconda/envs/tf1.8/lib/python3.6/site-packages/gym/envs/registration.py", line 167, in make
return registry.make(id)
File "/Users/me/anaconda/envs/tf1.8/lib/python3.6/site-packages/gym/envs/registration.py", line 118, in make
spec = self.spec(id)
File "/Users/me/anaconda/envs/tf1.8/lib/python3.6/site-packages/gym/envs/registration.py", line 153, in spect
raise error.UnregisteredEnv('No registered env with id: {}'.format(id))
gym.error.UnregisteredEnv: No registered env with id: TexasHoldem-v1
I just tried the example code in the github. I'm using python 3.6, tensorflow 1.8 and gym 0.10.5. Any clue?
Much appreciated.
The text was updated successfully, but these errors were encountered:
Hi there,
It's a great tool to work with. I was trying to give it a shot, but got an error.
File "/Users/me/Research/Project/dnn-framework/project/ai-contest/holdem/holdem.py", line 21, in
env = gym.make('TexasHoldem-v1') # holdem.TexasHoldemEnv(2)
File "/Users/me/anaconda/envs/tf1.8/lib/python3.6/site-packages/gym/envs/registration.py", line 167, in make
return registry.make(id)
File "/Users/me/anaconda/envs/tf1.8/lib/python3.6/site-packages/gym/envs/registration.py", line 118, in make
spec = self.spec(id)
File "/Users/me/anaconda/envs/tf1.8/lib/python3.6/site-packages/gym/envs/registration.py", line 153, in spect
raise error.UnregisteredEnv('No registered env with id: {}'.format(id))
gym.error.UnregisteredEnv: No registered env with id: TexasHoldem-v1
I just tried the example code in the github. I'm using python 3.6, tensorflow 1.8 and gym 0.10.5. Any clue?
Much appreciated.
The text was updated successfully, but these errors were encountered: