jsphon / reinforcement_learning

Python Package For Reinforcement Learning
0 stars 0 forks source link

Write some documentation #39

Open jsphon opened 7 years ago

jsphon commented 7 years ago

Explain the concept of sampled-model-based learning. This is where we get a list of states, and train the model using this list, rather than generating experience from the model.

Write up the Line World and Cliff World examples.