philtabor / Youtube-Code-Repository

Repository for most of the code from my YouTube channel
859 stars 479 forks source link

DQN #57

Open alvynabranches opened 1 year ago

alvynabranches commented 1 year ago

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'

philtabor commented 1 year ago

when you print input_dims, what do you get?