We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87fbd6d + 5f5bab9 commit c264917Copy full SHA for c264917
docs/04_contributing/04_contributing.rst
@@ -74,6 +74,7 @@ Determinism Tests
74
We implemented "determinism tests" for Tianshou's algorithms, which allow us to determine
75
whether algorithms still compute exactly the same results even after large refactorings.
76
These tests are applied by
77
+
78
1. creating a behavior snapshot ine the old code branch before the changes and then
79
2. running the test in the new branch to ensure that the behavior is the same.
80
0 commit comments