First stable release
First stable release of OpenAI Lab
PR: #106
- stable and generalized RL components design
- implement discrete agents:
DQN, double-DQN, SARSA, PER
- run dozens of experiments as Lab tests. Solve numerous discrete environments on Fitness Matrix, with PR submissions. Mainly
CartPole-v0, CartPole-v1, Acrobot-v1, LunarLander-v2
- complete documentation page
- complete analytics framework and generalized
fitness_score
as evaluation metrics - stable system design after many iterations
- ready for more implementations and new research