AgileRL Versions Save

Streamlining reinforcement learning with RLOps. State-of-the-art RL algorithms and tools.

v0.1.4

1 year ago

AgileRL is initially focused on reducing the time taken for training models and hyperparameter optimization (HPO) by pioneering evolutionary HPO techniques for reinforcement learning. Evolutionary HPO has been shown to drastically reduce overall training times by automatically converging on optimal hyperparameters, without requiring numerous training runs. We are constantly adding more algorithms, with a view to add hierarchical and multi-agent algorithms soon.

This release includes the following updates:

  • Added evolvable CNN - you can now use AgileRL for visual environments, like Atari! 🕹ī¸
  • Added network configs - you can now specify your network architecture using a config. This is a step towards integration with other RL libraries and algorithms. 🛠ī¸
  • Better and updated documentation 📖
  • more!

Plenty more features coming soon!