Implementing pong with DQN, using feature vectors not pixels in python. is my code for implementing a DQNA correct as my model is not training well
I’m working on implementing a reinforcement learning (RL) environment for a Pong game using OpenAI’s Gym. The goal is to train an AI agent to play Pong by controlling the paddle.