instadeepai / instadeepai/Mava
[BUG] Random seed has no effect
Open
bug
- Dominant language
- Python
- Stars
- 935
- Forks
- 123
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 9
Description
### Describe the bug
when I run
`python mava/systems/q_learning/anakin/rec_qmix.py env=smax env.scenario.task_name=2s3z system.seed=1 system.total_timesteps=2000000 `
multiple times, the results are not the same each time.
However, with a fixed random seed, the results are expected to be identical across runs. How can I ensure the same results?
Contributor guide
Assessment
This issue has not been assessed yet.