IMOKURI / Hungry-Geese

MIT License
3 stars 0 forks source link

つよい goose のエピソードで前もって教師あり学習でモデルを強化しておく #15

Closed IMOKURI closed 3 years ago

IMOKURI commented 3 years ago

Overview

https://www.kaggle.com/robga/simulations-episode-scraper-match-downloader

でエピソードがダウンロードできる。

教師あり学習は、これが参考になるかも。

https://www.kaggle.com/nejumi/let-s-create-your-agent-by-supervised-learning/

Actual Behavior

Expected Behavior

Steps to Reproduce the Problem

1. 1. 1.

Specifications

IMOKURI commented 3 years ago

baseline

https://github.com/IMOKURI/Hungry-Geese/blob/6a5138a7b8cb47788f8358535be5d6bd3ad5c836/poc_train_by_episode.ipynb

IMOKURI commented 3 years ago

1000エピソードのから取得した局面(上下・左右反転含む) 64万ほどのデータでの学習例

notebook: https://www.kaggle.com/imokuri/hungry-geese-train-by-episode dataset: https://www.kaggle.com/imokuri/hungrygeeseepisode

IMOKURI commented 3 years ago

手法は確立したのでクローズ