Skip to content

Releases: for-ai/rl

v1.0.1

14 Sep 21:12
0a9c326
Compare
Choose a tag to compare
Merge pull request #29 from for-ai/fix-references-issue

Fixing references section compilation issue

Alpha Release

27 Aug 16:41
51b2fd9
Compare
Choose a tag to compare

This release includes a fully generic, reinforcement learning codebase built with TensorFlow 1.0. We have provided a number of algorithms, models, and benchmarked environments. This release will be useful to both early-stage ML learners looking to see how RL algorithms are implemented and experienced researchers aiming to build of top of existing work. To this end, we have tried to make the codebase generic by separating models, algos, hyperameters, and other utilities.
Later releases of this codebase will include additional algorithms and models. The next major release will involve porting all existing TensorFlow code to TensorFlow 2.0.