Machine Learning
- PyTorch Get Started
- PyTorch Tutorial DQN
- The Theory
- The Algorithm
- The PyTorch code
- 1. imports
- 2. using namedtuple
- 3. the ReplayMemory class
- 4.1 the neural network class without fully connected layer (finding parameter for fully connected layer)
- 4.3 the neural network class: Image processor added
- 5. the Agent class (the main algorithm as explained earlier)
- 6. mygame class (this is totally up to you)
- 7. the main loop
- Code Rewrite
- PyTorch Tutorial RNN 1
- PyTorch Tutorial RNN 2
- Awesome Stock Ai
- PyTorch Tutorial Transformer
- Reinforcement Learning Theory