jsphon / reinforcement_learning

Python Package For Reinforcement Learning
0 stars 0 forks source link

Cliff World Example Cleanup #26

Closed jsphon closed 7 years ago

jsphon commented 7 years ago

We have Sarsa and Q Learning working on the cliff world.

Create examples showing how to use the API in Sarsa and Q Learning using both a neural network and tabular action-value function.