jsphon / reinforcement_learning

Python Package For Reinforcement Learning
0 stars 0 forks source link

Update the generate experience function #3

Closed jsphon closed 7 years ago

jsphon commented 7 years ago

The current generate experience function uses a policy of greedy reward following.

Update the class to allow it to use epsilon greedy policy.