Skip to content
/ RL Public

Reinforcement Learning Projects and algortihms implementation.

Notifications You must be signed in to change notification settings

patelamalk/RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

RL

Reinforcement Learning projects and algorithms implementation.

  1. DQN_Banana_Env:
    • To train an Agent to navigate and collect yellow bananans while avoiding the blue bananas in the square world.
    • Implemented Dueling DQN in pytorch.
    • Find the result and report here.
  2. Will add the Sarsa and Monte Carlo code soon.