Skip to content

Commit

Permalink
Update Config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrock4t committed Nov 20, 2023
1 parent cb782e5 commit 355c5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynars/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Config:
n_sequence_attempts = 10
n_op_condition_attempts = 10

projection_decay = 0.1
projection_decay = 1000
Td_decision_threshold = 0.51

# what this value represents was originally equal to the termlink record length (10), but we may want to adjust it or make it scaled according to duration since it has more to do with time than # of records. it can probably be increased several times larger since each item should remain in the recording queue for longer than 1 cycle
Expand Down

0 comments on commit 355c5db

Please sign in to comment.