Enhance CMA-ES from existing implementation in ensmallen - a optimization header library
John Hoang
The project proposes to enhance the existing mlpack CMA-ES (Covariance matrix adaption-evolutionary strategy) implementation. From the outdated...
Ready to use Models
Shubham Agrawal
The aim is to implement various pre-trained models ranging from very basic AlexNet to super complex networks, including implementing different layers...
Example Zoo
Tarek Elsayed
Example Zoo is an implementation of mlpack showcasing its potential usage in the real-world domain. It will provide a better starting point for new...
Addition of PPO, Twin Delayed DDPG, Hindsight Experience Replay to RL Codebase
Eshaan Agarwal
After comparing various algorithms and brainstorming about their methods of implementation, I came up with the Twin Delayed DDPG (TD3) Fujimoto et....