works on laptop
new experiments; verified that its an environments issue by simply switching machines and starting from scratch
This commit is contained in:
parent
84c02e18ba
commit
4afbdffb8d
File diff suppressed because one or more lines are too long
|
|
@ -3,7 +3,7 @@ from engine.utils import bound_norm_random, ep_time_step, env_proc
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
|
||||||
alpha = Decimal('.7') #forgetting param
|
alpha = Decimal('.95') #forgetting param
|
||||||
theta = Decimal('.75') #weight param for rational price
|
theta = Decimal('.75') #weight param for rational price
|
||||||
beta = Decimal('0.5') #agant response gain
|
beta = Decimal('0.5') #agant response gain
|
||||||
gamma = Decimal('.03') #action friction param
|
gamma = Decimal('.03') #action friction param
|
||||||
|
|
@ -126,7 +126,7 @@ state_dict = {
|
||||||
'Pool': Decimal(10.0),
|
'Pool': Decimal(10.0),
|
||||||
'Supply': Decimal(5.0),
|
'Supply': Decimal(5.0),
|
||||||
'Price': Decimal(.01),
|
'Price': Decimal(.01),
|
||||||
'Belief': Decimal(10.0),
|
'Belief': Decimal(3.0),
|
||||||
'timestamp': '2018-10-01 15:16:24'
|
'timestamp': '2018-10-01 15:16:24'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue