masa-finance / masa-bittensor

Bittensor Subnet Config
https://masa.ai
MIT License
0 stars 0 forks source link

Define Hyperparameters for dev environment #95

Closed Luka-Loncar closed 1 week ago

Luka-Loncar commented 2 weeks ago

Spike ticket: https://github.com/orgs/masa-finance/projects/7/views/1?pane=issue&itemId=66775203

grantdfoster commented 2 weeks ago

Current hyperparameters on devnet are as follows:

 HYPERPARAMETER                    VALUE                 NORMALIZED      
   rho                             10                    10              
   kappa                           32767                 0.4999923705    
   immunity_period                 5000                  5000            
   min_allowed_weights             1                     1               
   max_weight_limit                65535                 1               
   tempo                           360                   360             
   min_difficulty                  18446744073709551615  1               
   max_difficulty                  18446744073709551615  1               
   weights_version                 0                     0               
   weights_rate_limit              5                     5               
   adjustment_interval             360                   360             
   activity_cutoff                 5000                  5000            
   registration_allowed            True                  True            
   target_regs_per_interval        1                     1               
   min_burn                        1                     τ0.000000001    
   max_burn                        100000000000          τ100.000000000  
   bonds_moving_avg                900000                4.878909776e-14 
   max_regs_per_block              1                     1               
   serving_rate_limit              10                    10              
   max_validators                  64                    64              
   adjustment_alpha                17893341751498265066  0.97            
   difficulty                      18446744073709551615  1               
   commit_reveal_weights_interval  1000                  1000            
   commit_reveal_weights_enabled   False                 False
mudler commented 1 week ago

From planning session:

This tickets is only missing documentation updates at this point - moving to in Progress as @grantdfoster is going to work on it

grantdfoster commented 1 week ago
grantdfoster commented 1 week ago

edits to this ticket have been ported / captured in https://github.com/masa-finance/masa-bittensor-tools/pull/12. once reviewed and merged we are free to close this.

grantdfoster commented 1 week ago

PR merged and closed