@@ -17,32 +17,32 @@ t6829.scala:49: error: not found: value nextState
17
17
^
18
18
t6829.scala:50: error: type mismatch;
19
19
found : s.type (with underlying type Any)
20
- required: _50 .State where val _50 : G
20
+ required: _53 .State where val _53 : G
21
21
val r = rewards(agent).r(s,a,s2)
22
22
^
23
23
t6829.scala:50: error: type mismatch;
24
24
found : a.type (with underlying type Any)
25
- required: _50 .Action where val _50 : G
25
+ required: _53 .Action where val _53 : G
26
26
val r = rewards(agent).r(s,a,s2)
27
27
^
28
28
t6829.scala:50: error: type mismatch;
29
29
found : s2.type (with underlying type Any)
30
- required: _50 .State where val _50 : G
30
+ required: _53 .State where val _53 : G
31
31
val r = rewards(agent).r(s,a,s2)
32
32
^
33
33
t6829.scala:51: error: type mismatch;
34
34
found : s.type (with underlying type Any)
35
- required: _47 .State
35
+ required: _50 .State
36
36
agent.learn(s,a,s2,r): G#Agent
37
37
^
38
38
t6829.scala:51: error: type mismatch;
39
39
found : a.type (with underlying type Any)
40
- required: _47 .Action
40
+ required: _50 .Action
41
41
agent.learn(s,a,s2,r): G#Agent
42
42
^
43
43
t6829.scala:51: error: type mismatch;
44
44
found : s2.type (with underlying type Any)
45
- required: _47 .State
45
+ required: _50 .State
46
46
agent.learn(s,a,s2,r): G#Agent
47
47
^
48
48
t6829.scala:53: error: not found: value nextState
0 commit comments