Update and rerun pre-commit hooks for better code quality (#179)

This commit is contained in:
Xuehai Pan
2022-12-04 22:24:02 +08:00
committed by GitHub
parent 9157a97c80
commit 7e88559763
185 changed files with 1425 additions and 764 deletions

View File

@@ -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.

View File

@@ -53,6 +53,7 @@ from torch.distributions.normal import Normal
import gymnasium as gym
plt.rcParams["figure.figsize"] = (10, 5)