openai / maddpg

Code for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
https://arxiv.org/pdf/1706.02275.pdf
MIT License
1.59k stars 484 forks source link

Trying to set the random seeds, any idea how? #45

Open hossein-haeri opened 4 years ago

hossein-haeri commented 4 years ago

I'm trying to set the random seeds so I can get a unique result several times. tried setting np seed in several scripts but none of them give the what I want. Any idea how to do this?

Vivian0322 commented 2 years ago

hi , have you ever solve this problem?