Andrew Hinson
Andrew Hinson
thank you for your response. Perhaps if i have some time i can update documentation and provide a fine-tuning section. Someone else may be able to get to it sooner...
I am still having this issue ```python from ray.rllib.algorithms.dreamerv3.dreamerv3 import DreamerV3Config config = ( DreamerV3Config() .environment("CartPole-v1") .training( model_size="XS", training_ratio=1024, ) ) algo = config.build() ``` I did install tensorflow-probability ```...
can confirm that downgrading to 0.8.1 works