jsphon / reinforcement_learning

Python Package For Reinforcement Learning
0 stars 0 forks source link

Make a new example #4

Closed jsphon closed 7 years ago

jsphon commented 7 years ago

Create an example that uses hidden state.

e.g.

For the grid world...

Does apply_action belong on the state object? The model contains the environment behaviour, so perhaps not.