PyTorch
These are all my projects tagged PyTorch:
- Reinforcement Learning Soccer BotsMachine learningImplemented and tuned eight different reinforcement learning algorithms to play a simple soccer game.
- Reinforcement Learning for Text GamesMachine learningExperimented with several approaches to encourage exploration for a reinforcement learning agent trained to play text-based games in the TextWorld environment.
- Neural Machine Translation with Lexical ModelMachine learningAnalyzed a neural machine translation architecture, and implemented and evaluated a lexical model on top of it.