9 , tensorflow-probability
13 buildPythonPackage rec {
17 src = fetchFromGitHub {
20 rev = "ed6eff5b79ed56923bcb102e152c01ea52451d4c";
21 sha256 = "sha256-UsDUKJCHSJ4gP+P95Pm7RsPpqTJqJhrsW47C7fTZ77I=";
31 propagatedBuildInputs = [
33 tensorflow-probability
41 pythonImportsCheck = [
45 # Tests currently fail with assertion errors
50 "trfl/indexing_ops_test.py"
51 "trfl/vtrace_ops_test.py"
52 "trfl/value_ops_test.py"
53 "trfl/target_update_ops_test.py"
54 "trfl/sequence_ops_test.py"
55 "trfl/retrace_ops_test.py"
56 "trfl/policy_ops_test.py"
57 "trfl/policy_gradient_ops_test.py"
58 "trfl/pixel_control_ops_test.py"
59 "trfl/periodic_ops_test.py"
60 "trfl/dpg_ops_test.py"
61 "trfl/distribution_ops_test.py"
62 "trfl/dist_value_ops_test.py"
63 "trfl/discrete_policy_gradient_ops_test.py"
64 "trfl/continuous_retrace_ops_test.py"
65 "trfl/clipping_ops_test.py"
66 "trfl/action_value_ops_test.py"
70 description = "TensorFlow Reinforcement Learning";
71 homepage = "https://github.com/deepmind/trfl";
72 license = licenses.asl20;
73 maintainers = with maintainers; [ onny ];