Aaron Borger

Results 1 issues of Aaron Borger

### 📚 Documentation The [documentation](https://stable-baselines.readthedocs.io/en/master/modules/td3.html) defines the set_parameters() method for TD3 as load_parameters(). Following the documentation results in ``` AttributeError: 'TD3' object has no attribute 'load_parameters' ``` ``` python import...

documentation