You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
I find the function get_all_choices_max_track_node in tracker.py/TrackerConfig is same with get_all_choices_decay(). Is that wrong? Maybe it should be:
def get_all_choices_max_track_node():
# ???
return [(1, 0, 0, 0, i5, 2) for i5 in range(11)]
Or is there something I missed?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
Thanks for your pretty job.
I find the function
get_all_choices_max_track_node
intracker.py/TrackerConfig
is same withget_all_choices_decay()
. Is that wrong? Maybe it should be:Or is there something I missed?
The text was updated successfully, but these errors were encountered: