Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 571 Bytes

File metadata and controls

13 lines (10 loc) · 571 Bytes

Code Comparison

Code Examples for OpenAI Gym environments

You'll see that a lot of people will write code in different ways and that python programmers will like to add a lot of fancy but unnecessary tricks the READMEs in each folder you decipher what's actually needed and what's just showing off and the different ways to do them

Also when you write your own code stick to the basics and worry most about readability and try not over do abstraction

Algortithms

  • Q Learning
  • Deep Q Networks (DQN)
  • Double DQN
  • Dueling DQN
  • Prioritised Experience Replay