araffin / rl-baselines-zoo

A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
https://stable-baselines.readthedocs.io/
MIT License
1.12k stars 208 forks source link

[Question] TD3 on FetchReach? #67

Closed bycn closed 3 years ago

bycn commented 4 years ago

I ran with the hyperparameters given for FetchReach TD3, and it wasn't able to solve perfectly in 25k timesteps like written — can someone verify that this is the case?

araffin commented 4 years ago

Hello, how many run did you do? did you try increasing the budget ?

araffin commented 3 years ago

I just tried with the sb3 zoo, and it works as expected...

For the current zoo, the normalization support is probably missing...