|
@@ -500,6 +500,7 @@
|
|
|
50. [TensorForce - A TensorFlow library for applied reinforcement learning](https://github.com/reinforceio/tensorforce)
|
|
|
51. [Coach - Reinforcement Learning Coach by Intel® AI Lab](https://github.com/NervanaSystems/coach)
|
|
|
52. [albumentations - A fast and framework agnostic image augmentation library](https://github.com/albu/albumentations)
|
|
|
+53. [garage - A toolkit for reproducible reinforcement learning research](https://github.com/rlworkgroup/garage)
|
|
|
|
|
|
### Tools
|
|
|
|
|
@@ -507,7 +508,8 @@
|
|
|
2. [Jupyter Notebook](http://jupyter.org) - Web-based notebook environment for interactive computing
|
|
|
3. [TensorBoard](https://github.com/tensorflow/tensorboard) - TensorFlow's Visualization Toolkit
|
|
|
4. [Visual Studio Tools for AI](https://visualstudio.microsoft.com/downloads/ai-tools-vs) - Develop, debug and deploy deep learning and AI solutions
|
|
|
-5. [Neptune](https://neptune.ml/) - Lightweight tool for experiment tracking and results visualization.
|
|
|
+5. [dowel](https://github.com/rlworkgroup/dowel) - A little logger for machine learning research. Log any object to the console, CSVs, TensorBoard, text log files, and more with just one call to `logger.log()`
|
|
|
+6. [Neptune](https://neptune.ml/) - Lightweight tool for experiment tracking and results visualization.
|
|
|
|
|
|
### Miscellaneous
|
|
|
|