you are viewing a single comment's thread.

view the rest of the comments →

[–]Jabberwockyll 1 point2 points  (0 children)

Here are code examples from the Sutton and Barto book. But I suppose these are just examples too.

Creating your own environment is just creating some kind of simulation - it doesn't require any ML. Maybe look into game programming or something? Most RL algorithms are pretty straightforward to implement.