Skip to content

Commit

Permalink
agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh0806 committed Jan 26, 2018
1 parent dc0514f commit 3386a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/smartcab/smartcab/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def build_state(self):
## TO DO ##
###########

# NOTE : you are not allowed to engineer eatures outside of the inputs available.
# NOTE : you are not allowed to engineer features outside of the inputs available.
# Because the aim of this project is to teach Reinforcement Learning, we have placed
# constraints in order for you to learn how to adjust epsilon and alpha, and thus learn about the balance between exploration and exploitation.
# With the hand-engineered features, this learning process gets entirely negated.
Expand Down

0 comments on commit 3386a9e

Please sign in to comment.