kojix2 / openai_gym

simple OpenAI Gym interface for Ruby (for fun, not for serious use)
0 stars 0 forks source link

discussion? #1

Open jtoy opened 6 years ago

jtoy commented 6 years ago

i helped port tensorflow to ruby: github.com/somaticio/tensorflow.rb not enough machine learning in ruby. want to chat? can you email, my email is in profile, couldnt find your email.

kojix2 commented 6 years ago

jtoy

Thank you very much for your email. And thank you for inviting me to chat. my adress is 2xijok (at) gmail.com.

In fact, I am neither an IT engineer nor a programmer. I never earned 1 yen by writing code, so I can not do difficult things.

But, many wonderful people are working on Ruby machine learning.

@v0dro author of Daru(pandas), Rubex(Cython) - Sciruby @masa16 author of Numo::NArray(numpy) - Tsukuba Univ @kou author of various famous libs such as ruby-gtk, leader of Red Data Tools @mrkn author of pycall and leader of Sciruby JPN

The above people are very contributing.

You can talk with them at

Red data tools https://red-data-tools.github.io https://gitter.im/red-data-tools/en https://gitter.im/red-data-tools/ja

Sciruby slack - not so active https://sciruby-slack.herokuapp.com

Recently, a project to reimplement Chainer with Ruby is running. (Chainer is a popular library for Deep Learning in Japan. Chainer uses Cupy. Cupy have the same API as Numpy but use GPU.) https://github.com/chainer/chainer https://github.com/cupy/cupy

These are Ruby equivalents(Red Data Tools) RedChainer @hatappi https://github.com/red-data-tools/red-chainer Cumo https://github.com/sonots/cumo

Well, as you can see, there are so many projects and there are not many achievements. hahaha.

If you want openai_gym's namespace please feel free to tell me. I am happy to be useful.

kojix2