Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 224 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 224 Bytes

ReinforcementLearning.jl

Implementation of some reinforcement learning algorithms Steps to run an algorithm:

  • Create environment
  • Create policy
  • Define an algorithm
  • run minimize(algorithm, policy, environment)