Skip to content

Commit

Permalink
Just fixed misspelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentan committed Nov 20, 2016
1 parent 51dd02c commit c4dd153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter04/CarRental.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def expectedReturn(state, action, stateValue):
stateValue[:] = newStateValue

prettyPrint(policy, ['# of cars in first location', '# of cars in second location', '# of cars to move during night'])
prettyPrint(stateValue, ['# of cars in first location', '# of cars in second location', 'expectd returns'])
prettyPrint(stateValue, ['# of cars in first location', '# of cars in second location', 'expected returns'])
plt.show()


Expand Down

0 comments on commit c4dd153

Please sign in to comment.