psychNerdJae / successr

R package for modeling Successor algorithms in reinforcement learning (i.e., Successor Representation, Successor Features).
MIT License
1 stars 0 forks source link

Confusing named arguments in converting counts/probs #3

Open psychNerdJae opened 2 years ago

psychNerdJae commented 2 years ago

The first argument is named successor_values, which is confusing because the default name for the column encoding SR values is successor_value. Usually, this is called in a pipe, which eliminates the need to specify the first argument, but even I'm getting confused while using these functions.