Machine-Learning-6.867-homework
Machine-Learning-6.867-homework copied to clipboard
Implement Q-Learning
- [x] Implement abstract Q-Learning Class
- [x] SARSA, Q-Learning, should all be subclasses
Methods to implement
- [x] SARSA, see #32
- [ ] policy search / policy gradient, see #33