Hacker News new | ask | show | jobs
Rllab – framework for developing and evaluating reinforcement learning algorithms (github.com)
8 points by dementrock 3712 days ago
2 comments

Comprehensive benchmark of the most important (and recent) algorithms in RL. Extremely modular so that it's easy to implement your own algorithm and straight-forwardly compare its performance in many different continuous environments. I am a happy user of it!
Very detailed implementation of various methods in RL. Surprised by the work!