DeepX-inc / machina

Control section: Deep Reinforcement Learning framework
MIT License
279 stars 43 forks source link

Add version information #165

Closed iory closed 5 years ago

iory commented 5 years ago

To check machina version, I add version information to init.py

In [1]: import machina
In [2]: machina.__version__
Out[2]: '0.2.0'