Doubt in Reinforcement Learning

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.

Hey @abhaygarg2001, could you share the complete code snippet for the model part.