I was building the model of reinforcement learning. However, I am getting error in this line of code - model.add(Dense(24,input_dim=4,activation=‘relu’)) . Please tell how to correct this error.
I was building the model of reinforcement learning. However, I am getting error in this line of code - model.add(Dense(24,input_dim=4,activation=‘relu’)) . Please tell how to correct this error.