Back to Projects
PythonReinforcement Learning20
Reinforcement Learning Projects
Sub-projects implementing Q-Learning, Deep Q-Learning, and Convolutional Q-Learning from scratch with PyTorch and OpenAI Gym.

reinforcement-learningq-learningdeep-learningpytorch
Key Highlights
Q-Learning implementation from scratch
Deep Q-Learning (DQN) with experience replay
Convolutional Q-Learning for pixel-based environments
Multiple OpenAI Gym environments tested
Training curves and reward visualization
Tech Stack
PythonPyTorchOpenAI GymNumPyMatplotlib
GitHub Repository
github.com/ErdoganPeker/Reinforcement-Learning-Projects-Q-Learning-Deep-Q-Learning-and-Convolutional-Q-Learning.