wait for further opt

This commit is contained in:
2024-07-22 01:33:54 +08:00
parent 25f46c9a13
commit 1f217770b7
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from torch import tensor, double, optim
from torch.nn.functional import relu, mse_loss
import torch
kProductionMode=True
kProductionMode=False
class DeepQNetwork(Module):
"""
A model that uses a Deep Q-value Network (DQN) to approximate Q(s,a) as part