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