works on laptop

new experiments;
verified that its an environments issue by simply switching machines and starting from scratch
This commit is contained in:
Zargham 2018-10-18 13:34:24 -07:00
parent 84c02e18ba
commit 4afbdffb8d
2 changed files with 70 additions and 198 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ from engine.utils import bound_norm_random, ep_time_step, env_proc
import numpy as np
from decimal import Decimal
alpha = Decimal('.7') #forgetting param
alpha = Decimal('.95') #forgetting param
theta = Decimal('.75') #weight param for rational price
beta = Decimal('0.5') #agant response gain
gamma = Decimal('.03') #action friction param
@ -126,7 +126,7 @@ state_dict = {
'Pool': Decimal(10.0),
'Supply': Decimal(5.0),
'Price': Decimal(.01),
'Belief': Decimal(10.0),
'Belief': Decimal(3.0),
'timestamp': '2018-10-01 15:16:24'
}