Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 315 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 315 Bytes

FlapperRL

This is the codebase for my project FlapperRL under SOC WnCC.

Folders

  • flappy bird game designed from scratch
  • Reinforcement Learning Agents to play the game
  • Code for Markov chain based assignments from CS 747 IITB
  • Windy Gridworld environment + Sarsa Agent implemented from scratch using python