Youtube-Code-Repository icon indicating copy to clipboard operation
Youtube-Code-Repository copied to clipboard

DQN

Open alvynabranches opened this issue 1 year ago • 1 comments

File "/home/../aichess/main.py", line 13, in agent = Agent( File "/home/../aichess/engines/dqn.py", line 114, in init self.q_eval = DeepQNetwork(self.lr, self.n_actions, TypeError: DeepQNetwork.init() got multiple values for argument 'input_dims'

alvynabranches avatar Feb 22 '23 19:02 alvynabranches