mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 22:04:31 +00:00
Update and rerun pre-commit
hooks for better code quality (#179)
This commit is contained in:
@@ -51,6 +51,7 @@ from tqdm import tqdm
|
||||
|
||||
import gymnasium as gym
|
||||
|
||||
|
||||
# Let's start by creating the blackjack environment.
|
||||
# Note: We are going to follow the rules from Sutton & Barto.
|
||||
# Other versions of the game can be found below for you to experiment.
|
||||
|
@@ -53,6 +53,7 @@ from torch.distributions.normal import Normal
|
||||
|
||||
import gymnasium as gym
|
||||
|
||||
|
||||
plt.rcParams["figure.figsize"] = (10, 5)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user