update
This commit is contained in:
@@ -77,7 +77,7 @@ class BlackjackEnv(gym.Env):
|
||||
self.natural = natural
|
||||
# Start the first game
|
||||
self._reset() # Number of
|
||||
self.n_actions = 2
|
||||
self.action_dim = 2
|
||||
|
||||
def reset(self):
|
||||
return self._reset()
|
||||
|
||||
Reference in New Issue
Block a user