Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 839 Bytes

File metadata and controls

17 lines (12 loc) · 839 Bytes

openAIenv

openAIenv : Solving openAI gym environment with mulitple Reinforcement learning algorithm

Introduction

For this repo, I have used multiple algorithm and I try to solve most gym based environment using them. For every project, I have also added a video on how the agent behaves after the training is complete. I have also added a simple explanation for each algorithm on their page.

Methods :

  • Simple Method
  • Cross Entropy Method (CEM)
  • Deep Deterministic Policy Gradient(DDPG)
  • REINFORCE
  • DQN