jsphon / reinforcement_learning

Python Package For Reinforcement Learning
0 stars 0 forks source link

Fix Grid World's get action grid #21

Closed jsphon closed 7 years ago

jsphon commented 7 years ago

It currently uses the policy, which may not be greedy.

Set the policy to greedy

Use the greedy policy.