--- license: mit tags: - RL - reinforcement - cart_pole - gymnasium --- # Cart Pole Reinforcement learning using DQN constant 500 reward [Env](https://gymnasium.farama.org/environments/classic_control/cart_pole/) [Solution for this lab](https://github.com/mishazawa/everything-i-reach-for/blob/main/src/cart_dqn.ipynb) [Agent code](https://github.com/mishazawa/everything-i-reach-for/blob/main/src/agents.py#L21)