From 12462f17f576a9167879ec6dff116e0725c2a63a Mon Sep 17 00:00:00 2001 From: Joshua Spear Date: Fri, 27 Sep 2024 10:52:50 +0100 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 490d87c..f897ad5 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ The different kinds of importance samples can also be visualised by querying the #### 7.0.1 * Made the logging location for d3rlpy/FQE callback an optional parameter +* D3rlpy API now handles the use of observation and action scalers +* Altered PVW metric to use the final weight in the trajectory #### 7.0.0 (Major API release) * Altered ISEstimator and OPEEstimatorBase APIs to depend on EmpiricalMeanDenomBase and WeightDenomBase