【UniteTokyo2018シリーズ①】ML-Agentsを動かしてみた(その1)

*English translation below

はじめまして、エンジニアのTetsuと申します。
今回が初投稿になります。

今回はUnite TOKYO 2018で紹介された「ML-Agents」を実際に動かしてみたお話をご紹介します。

ML-Agentsとは?

正式名称をUnity Machine Learning Agentsと言い、Unity上で機械学習を行うことができるライブラリです。
現在バージョン0.3がリリースされており、今後もアップデートが行われます。

学習前はバランスを取れず、ボールを落としてしまいますが…

学習中…

学習完了後!(50000回実行)

ML-AgentsはUnityで作成したゲームにも組み込むことができます。
機械学習の敷居は高いと思われていますが、ML-Agentsを利用すれば比較的簡単に試すことができます。

アイデア次第で今まで考えつかなかったようなゲームを作ることができるかもしれないですね!

今回はサンプルの紹介だけですが、次回は実装方法や環境構築について紹介していきたいと思います。

参考URL

https://www.slideshare.net/UnityTechnologiesJapan/unite-2018-tokyounity-for-mlagents-96376475

https://github.com/Unity-Technologies/ml-agents

http://nn-hokuson.hatenablog.com/entry/2017/12/26/213456

https://qiita.com/God_KonaBanana/items/1f35191e3664ccfd24ea

(Tetsu)

【UniteTokyo 2018 Series 1】 Giving ML-Agents a Try (part 1)

Hello, nice to meet you. My name is Tetsu, an engineer.
This will be my first post.

I’d like to introduce the story of my experience using “ML-Agents,” which was introduced at Unite TOKYO 2018.

What is ML-Agents?

The official name is Unity Machine Learning Agents, and it is a library that allows machine learning to be carried out in Unity.
Currently version 0.3 has been released, with further updates set to come in the future.

Before learning, they are unable to maintain balance, and the balls drop, but…

They’re learning…

After learning is complete! (executed 50,000 times)

ML-Agents can also be incorporated into games created with Unity.
Although the threshold for machine learning is thought to be high, using ML-Agents, you can try it out relatively easily.

Depending on your ideas, you may be able to make games you have never thought of before!

This time I only introduced a sample, but in the next entry I’d like to get into the implementation methods and environment building.

Reference URL

https://www.slideshare.net/UnityTechnologiesJapan/unite-2018-tokyounity-for-mlagents-96376475

https://github.com/Unity-Technologies/ml-agents

http://nn-hokuson.hatenablog.com/entry/2017/12/26/213456

https://qiita.com/God_KonaBanana/items/1f35191e3664ccfd24ea

(Tetsu)

おすすめ

%d人のブロガーが「いいね」をつけました。