Missou

Results 4 comments of Missou

Hello, Iam also using my obs space as dict, however I dont understand how can I custom my model . Knowing that Iam using DDPG. Would anybody please give me...

Hello, I also have the same problem, but I have found thoses links. Maybe it could help you. https://github.com/hill-a/stable-baselines/issues/352 https://github.com/hill-a/stable-baselines/issues/776 I still didnt not try the proposed solution, because I...

Thank you for your answer. I try to explain with the help of DDPG Paper. ![ddpg paper](https://user-images.githubusercontent.com/93824605/208445366-7ad71464-c10c-4b9a-a5fe-52968e4530ee.png) in the first loop episode from 1 to M I call random. seed(episode)....

No Iam not using random.seed() to implement this "initialize a random process N for action exploration". Iam using env.seed(episode) "call it episode or iteration ", to train my agent for...