Skip to content

Minimalist RL

GitHub

PyPI

  • Minimalist & Decoupled Reinforcement Learning

Gradient Free Optimizer

GitHub

PyPI

  • Gradient-free optimization of neural network parameters

  • Example: f(x) = x^2 (loss = log10(MSE(y_predict, x**2)))

  • Genetic algorithm:

  • AdamW (for comparison):