Mishazawa's picture
Create README.md
607b3e3 verified
|
Raw
History Blame Contribute Delete
551 Bytes
---
license: mit
tags:
- RL
- reinforcement
- cart_pole
- gymnasium
---
# Cart Pole Reinforcement learning using DQN
constant 500 reward
<image src="https://cdn-uploads.huggingface.co/production/uploads/645a00a5e854a229c8ea2b9a/jbTsfVGO7CJCsHNsb370S.png" width="300px"/>
[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)