My OpenAI playground
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
KaiSD 64997ea8b2 tried video support (not working) il y a 4 ans
ql tried video support (not working) il y a 4 ans
.gitignore tried video support (not working) il y a 4 ans
README.md ql il y a 4 ans
Taxi-v3.dat tried video support (not working) il y a 4 ans

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