reinforcement learning resource for kids? Jessie Jiang (20 Dec 2022 18:56 EST)
Re: [AI4K12] reinforcement learning resource for kids? Pat Langley (20 Dec 2022 20:20 EST)
Re: [AI4K12] reinforcement learning resource for kids? VLADIMIR TOSIC (20 Dec 2022 20:21 EST)
Re: [AI4K12] reinforcement learning resource for kids? VLADIMIR TOSIC (20 Dec 2022 21:00 EST)
Re: [AI4K12] reinforcement learning resource for kids? Jessie Jiang (21 Dec 2022 01:25 EST)
Re: [AI4K12] reinforcement learning resource for kids? Andreas Matt (21 Dec 2022 02:10 EST)
Re: [AI4K12] reinforcement learning resource for kids? Jessie Jiang (21 Dec 2022 11:01 EST)
Re: [AI4K12] reinforcement learning resource for kids? Mark Miller (23 Dec 2022 17:43 EST)
Re: [AI4K12] reinforcement learning resource for kids? Dave Touretzky (21 Dec 2022 02:53 EST)

Re: [AI4K12] reinforcement learning resource for kids? Dave Touretzky 21 Dec 2022 02:53 EST

I was going to mention the very nice online reinforcement learning
simulator at Imaginary.org but I see Andreas Matt beat me to it.

Yifei Chen and I also have a reinforcement learning simulator that
offers a different set of features.  It's based on the REINFORCE.js demo
of Andrej Karpathy, but has a simplified interface and adds maze
editing, maze load/save, and stochastic actions.  You can try it out
here: https://www.cs.cmu.edu/~dst/TDDemo

I plan to write a tutorial on how to use it, but it's pretty easy to
figure out if you're already familiar with temporal difference learning
on gridworlds.  Just click on the "Run/Stop" button and you'll see.

-- Dave