brohrer / robot-brain-project

a general purpose learning agent
205 stars 46 forks source link

Limit curiosity to valid features #36

Closed brohrer closed 5 years ago

brohrer commented 6 years ago

Increase early learning efficiency by not developing curiosity about unpopulated features.

Perhaps set the number of times tried high and reset when a feature is populated. Or perhaps set a conditional and check whether features are in range.

brohrer commented 5 years ago

After loser examination, this does not appear to be an issue.