Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 329 Bytes

Reinforcement-Learning

Coursework for RL (at HYU, Seoul)

Implements different RL algorithms from scratch using environments from OpenAi's gym.

https://gym.openai.com/

  • Frozen Lake, deterministic and stochastic environments, using both value and policy iteration.
  • Learning to play a version of blackjack using Q-learning.