60947fd9ef0e76cbb5c16e47e2b8f4431d18ca67,tests/test_baseline.py,,test_diffvc,#,11
Before Change
],
// Static + delta
[
(0, 0, np.array([1.0]) ),
(1, 1, np.array([-0.5, 0.0, 0.5]) ),
],
// Static + delta + deltadelta
[
(0, 0, np.array([1.0])),
(1, 1, np.array([-0.5, 0.0, 0.5]) ),
(1, 1, np.array([1.0, -2.0, 1.0])),
],
]
After Change
T = 10
for windows in _get_windows_set():
np.random.seed(1234)
src_mc = np.random.rand(T, static_dim * len(windows))
tgt_mc = np.random.rand(T, static_dim * len(windows))
// pseudo parallel data
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 7
Instances Project Name: r9y9/nnmnkwii
Commit Name: 60947fd9ef0e76cbb5c16e47e2b8f4431d18ca67
Time: 2017-08-29
Author: zryuichi@gmail.com
File Name: tests/test_baseline.py
Class Name:
Method Name: test_diffvc
Project Name: r9y9/nnmnkwii
Commit Name: 60947fd9ef0e76cbb5c16e47e2b8f4431d18ca67
Time: 2017-08-29
Author: zryuichi@gmail.com
File Name: tests/test_baseline.py
Class Name:
Method Name: test_diffvc
Project Name: AIRLab-POLIMI/mushroom
Commit Name: 752f17f65ff851521b00f699e32f45e14945f069
Time: 2019-11-12
Author: carlo.deramo@gmail.com
File Name: tests/algorithms/test_td.py
Class Name:
Method Name: test_sarsa_lambda_continuous
Project Name: AIRLab-POLIMI/mushroom
Commit Name: 752f17f65ff851521b00f699e32f45e14945f069
Time: 2019-11-12
Author: carlo.deramo@gmail.com
File Name: tests/algorithms/test_td.py
Class Name:
Method Name: test_true_online_sarsa_lambda