Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1016 Bytes

File metadata and controls

24 lines (17 loc) · 1016 Bytes

Swift Programming language Swift Programming language MIT License

Brainy RL

Reinforcement Learning for iOS

Reinforcement Learning is an aspect of Machine Learning where an Agent learns to behave in an Environment. This Agent performs actions and observes, it obtains rewards according the actions taken. In a nutshell: Your app can learn from experience.

Why Brainy RL?

According to Apple documentation of Core ML there is not support for Reinforcement Learning, so the intention of this Framework is to provide that capability.

Requirements

  • Minimum ios Version: iOS 11
  • Device with CoreML support
  • 64 bits processor
  • Xcode 9 or superior

Installation

Coming soon...