wait for further opt
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user