Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 449 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 449 Bytes

RL-Projects

Introduction of Reinforcement Learning from OpenAI gym library

Created homemade Framework (only DQN for the moment) in order to :

  • Master every mathematical aspects of the algorithm
  • Garantee that Agents are compatible to any environment (DQN will later be used to create a Coinbase Bot)

Results on Homemade DQN using Cartpole Environment in gym (Maximum Reward 200):