Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 332 Bytes

RLX

RLX: Single file implementations of Deep Reinforcement Learning algorithms in Apple's MLX Library

Installation

pip install -r requirements.txt

Quickstart

python reinforce.py

Notes

  • Seems unstable, need better hyperparameters. Help!
  • Next up, A2C and PPO