项目作者: sven1977

项目描述 :
[s]erver-[h]osted [i]ntelligent [n]eural-net [e]nvironment
高级语言: Python
项目地址: git://github.com/sven1977/shine.git
创建时间: 2017-02-18T16:23:21Z
项目社区:https://github.com/sven1977/shine

开源协议:

下载


shine

[s]erver-[h]osted [i]ntelligent [n]eural-net [e]nvironment

shine is a Python library for reinforcement learning (RL) algorithms with a focus on deep-neural-nets and deep-RL
(as opposed to more RL-theory-focused libraries like BURLAP). shine comes with it’s own RL-Game-Engine called spygame (shine + pygame)
based on the PyGame library.

you should use shine if you ..

  • are interested in reinforcement learning and deep-learning algorithm research
  • would like to test your ideas on simple 2D game environments (MDPs), which you can create using any tiled map (tmx-file) editor (e.g. Tiled)
  • would like to write 2D games in Python: You can then use the spygame library (shine’s PyGame engine) even without any reinforcement learning