Merge pull request #317 from rifqifatih/master

Add OpenAI Gym
This commit is contained in:
Joseph Misiti 2016-10-17 11:40:15 -04:00 committed by GitHub
commit ad1090bc0c

View File

@ -813,6 +813,7 @@ on MNIST digits[DEEP LEARNING]
* [TFLearn](https://github.com/tflearn/tflearn) - Deep learning library featuring a higher-level API for TensorFlow.
* [REP](https://github.com/yandex/rep) - an IPython-based environment for conducting data-driven research in a consistent and reproducible way. REP is not trying to substitute scikit-learn, but extends it and provides better user experience.
* [rgf_python](https://github.com/fukatani/rgf_python) - Python bindings for Regularized Greedy Forest (Tree) Library.
* [gym](https://github.com/openai/gym) - OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms.
<a name="python-data-analysis" />
#### Data Analysis / Data Visualization