My OpenAI playground
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
KaiSD 64997ea8b2 tried video support (not working) 4年前
ql tried video support (not working) 4年前
.gitignore tried video support (not working) 4年前
README.md ql 4年前
Taxi-v3.dat tried video support (not working) 4年前

README.md

openai-tests

My OpenAI playground

Q-Learning

import ql
frames = ql.train(10000) # run 10k training sessions
ql.review(frames) # review the training process
ql.play() # see the trained algorithm in action