Antonin RAFFIN

Results 880 comments of Antonin RAFFIN

> Yes, I have implemented it, but not tested properly. I'm currently having some troubles with my custom environment that I'm trying to solve. > > @araffin is it possible...

Just so you know, I had in mind to implement rainbow: https://github.com/DLR-RM/stable-baselines3/issues/622 and make double dqn / dueling dqn special case of it. But so far I had no time,...

> e to modify DQN to make DuelingDQN a special case of DQN? you mean DQN a special case of DuelingDQN? how would that look like? > Rather than rewriting...

> That said, the cleanest way for future implementation would be that DuelingDQN is a special case of RAINBOW yes, so for now, I would keep it as is. My...

> I mean, instead of implementing RAINBOW all at once, I was thinking of implementing the features one by one upon DQN, disabling them by default. why not implement all...

Related: https://github.com/hill-a/stable-baselines/issues/301 https://github.com/hill-a/stable-baselines/issues/692 for continuing the tensorboard log, this is a known plotting bug (I need to find the issue again) Also, you should use a `Monitor` wrapper to have...

Please have a careful look at https://github.com/DLR-RM/stable-baselines3/issues/982#issuecomment-1197044014 > AssertionError: Your environment must inherit from the gymnasium.Env Please fix any issue found by the env checker before posting an issue about...

Hello, It seems you are talking about the custom DDPG implementation of OpenAI they created for HER. To be honest, this one is quite confusing, has a lot of tricks,...

Hello, >I been trying to trace how the LSTM policy works (with ACER) and its rather confusing. I think this is a good question and some documentation is needed on...

Also related: https://github.com/openai/baselines/pull/859